-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add action to publish to Heroku #18
Conversation
env: | ||
HEROKU_ORGANIZATION: ${{ secrets.HEROKU_ORG }} | ||
|
||
steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could use a slim, custom Docker image to do the deployment instead.
# - cron: '15 4 * * *' | ||
|
||
jobs: | ||
# build: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Placeholder for scraping job.
This reverts commit d94e28e.
run: | | ||
datasette install datasette-auth-passwords datasette-auth-tokens | ||
|
||
- name: Get hashed Datasette password |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, i'd like to think about if there's a better pathway for multiple users, but this is fine for now.
Overview
This PR adds an action workflow to publish the database to Heroku as a Datasette instance.
Closes #14
Testing instructions