significantbit/Heroku + S3 sync
Reset staging environment to production data (Heroku Postgres database + S3 bucket)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | AWS access key id | yes | — |
| aws_secret_access_key | AWS secret access key | yes | — |
| aws_region | Default AWS region | — | eu-west-1 |
| s3_bucket_staging | Staging bucket | yes | — |
| s3_bucket_production | Production bucket | yes | — |
| s3_purge | Delete old files on S3 staging bucket | — | true |
| heroku_api_key | Heroku API key | yes | — |
| heroku_app_production | Heroku application name (production environment) | yes | — |
| heroku_app_staging | Heroku application name (staging environment) | yes | — |
| heroku_create_backup | Create a new database backup (otherwise the latest will be used) | — | true |
| rails_migrate_blobs | Migrate Active Storage blobs to staging S3 bucket | — | true |
Outputs
no outputs