Skip to content

Commit

Permalink
no shallow clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgestrand committed Oct 15, 2024
1 parent 7119add commit 9340ee9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Deploy to Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
HEROKU_APP_NAME: ${{ vars.HEROKU_APP_NAME || 'sthlmrb' }}
run: |
git push "https://:${HEROKU_API_KEY}@git.heroku.com/${HEROKU_APP_NAME}.git" master
git remote add origin "https://:${HEROKU_API_KEY}@git.heroku.com/${HEROKU_APP_NAME}.git"
git push heroku master

0 comments on commit 9340ee9

Please sign in to comment.