Skip to content

Commit

Permalink
add Vercel hook
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Dec 8, 2022
1 parent ab61124 commit 990ca8e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:
- name: CD
env:
APP: "clearfraction"
EMAIL: ${{ secrets.EMAIL }}
API_KEY: ${{ secrets.API_KEY }}
VERCEL_REBUILD_HOOK: ${{ secrets.VERCEL_REBUILD_HOOK }}
run: |
mkdir dckr && mv Dockerfile dckr/ && cd dckr
heroku login && heroku container:login
docker build --tag registry.heroku.com/${APP}/web .
docker push registry.heroku.com/${APP}/web
heroku container:release web --app ${APP}
rm -rf ~/.netrc /home/runner/.docker
curl -X POST ${VERCEL_REBUILD_HOOK}

0 comments on commit 990ca8e

Please sign in to comment.