Skip to content

Commit

Permalink
Try deployment plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjefferies committed Jan 30, 2025
1 parent 871e026 commit 8a115f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/datasette-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: heroku plugins:install heroku-builds

- name: Deploy using datasette publish to Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: >
git push heroku main
- uses: akhileshns/heroku-deploy@v3.13.15 # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "psephology-datasette" #Must be unique in Heroku
heroku_email: '${{secrets.HEROKU_EMAIL}}

0 comments on commit 8a115f4

Please sign in to comment.