Skip to content

Commit

Permalink
trying pull
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswedgwood committed Sep 10, 2024
1 parent 1b3b156 commit d56c830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/heroku-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: git fetch --all --unshallow
- name: Pull
run: |
git pull
- name: Deploy to Heroku
run: |
git push heroku HEAD:main

0 comments on commit d56c830

Please sign in to comment.