/datasette.biglocalnews.org

A Datasette instance that allows users to explore public and private files hosted by biglocalnews.org

Primary LanguageMakefileMIT LicenseMIT

A Datasette instance that allows users to explore public and private files hosted by biglocalnews.org

Deployment

Install the dependencies.

pipenv install

Login to Fly.io. Our credentials are available in our password manager. Click here for instructions on installing flyctl, the command line client for Fly.io.

flyctl auth login

Deploy to fly.io

# For production
pipenv run make deploy_prod
# For the dev site
pipenv run make deploy_dev