diff --git a/.github/workflows/heroku-deploy.yml b/.github/workflows/heroku-deploy.yml index 911f2abc..f79302d4 100644 --- a/.github/workflows/heroku-deploy.yml +++ b/.github/workflows/heroku-deploy.yml @@ -27,7 +27,7 @@ jobs: run: git fetch --all --unshallow - name: Pull run: | - git pull + git branch - name: Deploy to Heroku run: | git push heroku HEAD:main \ No newline at end of file