Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Dec 1, 2023
1 parent 5f9a283 commit c6e6adc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,19 @@ jobs:
tag: "nightly"
fileName: "*.db.zip"

- name: Test ls
run: |
ls
- name: Decrypt database
run: |
unzip -P "${{ secrets.CASE_DB_PW }}" cases.db.zip
- name: Deploy Datasette instance to Heroku
- name: Login to Heroku CLI
uses: akhileshns/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ""
heroku_email: ${{ secrets.HEROKU_EMAIL }}
justlogin: true

- name: Deploy Datasette instance to Heroku
run: |
datasette publish heroku cases.db \
-n court-scraper \
Expand Down

0 comments on commit c6e6adc

Please sign in to comment.