Sha256: 21f959d1f59fdce86d4401b8eae5ad86cab6b4191c2cd1b5f6cd7198d4dddd22
Contents?: true
Size: 447 Bytes
Versions: 6
Compression:
Stored size: 447 Bytes
Contents
# Deploying to Heroku ## Setup Deploying to Heroku requires two additional steps: 1. Set the following environment variables: - `ASSET_HOST`: `siteURL.herokuapp.com` - `APPLICATION_HOST`: `siteURL.herokuapp.com` - `SMTP_ADDRESS`: `smtp.example.com` - `SMTP_DOMAIN`: `example.com` - `SMTP_USERNAME`: `username` - `SMTP_PASSWORD`: `password` - `AUTO_MIGRATE_DB`: `true` ## Execution - Use the `./bin/deploy` convention for deploying to Heroku
Version data entries
6 entries across 6 versions & 1 rubygems