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 36e2471 commit 998d75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/webserver_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
if: github.ref == 'refs/heads/server' && job.status == 'success'
run: |
git fetch --all --unshallow
ls -la
git push -f https://heroku:${{ secrets.HEROKU_API_TOKEN }}@git.heroku.com/mycanteenapp.git server:master

0 comments on commit 998d75b

Please sign in to comment.