Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
fix: do force push to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Mar 7, 2020
1 parent c4fb6ec commit 36e2471
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/webserver_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
ref: server
- name: Deploy to Heroku
if: github.ref == 'refs/heads/server' && job.status == 'success'
run: git push -f https://heroku:${{ secrets.HEROKU_API_TOKEN }}@git.heroku.com/mycanteenapp.git server:master
run: |
git fetch --all --unshallow
git push -f https://heroku:${{ secrets.HEROKU_API_TOKEN }}@git.heroku.com/mycanteenapp.git server:master

0 comments on commit 36e2471

Please sign in to comment.