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

Commit

Permalink
ref name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Mar 7, 2020
1 parent a98e442 commit b7f7482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webserver_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Deploy to Heroku
if: github.ref == 'refs/heads/webserver' && job.status == 'success'
if: github.ref == 'refs/heads/server' && job.status == 'success'
run: git subtree push --prefix server https://heroku:${{ secrets.HEROKU_API_TOKEN }}@git.heroku.com/mycanteenapp.git origin/server:master

0 comments on commit b7f7482

Please sign in to comment.