Skip to content

Commit

Permalink
Add heroku login
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Dec 1, 2023
1 parent 4bd2607 commit 5f9a283
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
unzip -P "${{ secrets.CASE_DB_PW }}" cases.db.zip
- name: Deploy Datasette instance to Heroku
uses: akhileshns/heroku-deploy@v3.12.14
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ""
heroku_email: ${{ secrets.HEROKU_EMAIL }}
justlogin: true
run: |
datasette publish heroku cases.db \
-n court-scraper \
Expand Down

0 comments on commit 5f9a283

Please sign in to comment.