We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7f80a commit 4eb1addCopy full SHA for 4eb1add
.github/workflows/heroku-deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Check branches
25
env:
26
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
27
- run: git remote
+ run: git pull
28
- name: Deploy to Heroku
29
run: |
30
git push heroku main
0 commit comments