Created
November 10, 2018 02:52
-
-
Save RobinDaugherty/1652fca2c35634c668fed7fa93dd1894 to your computer and use it in GitHub Desktop.
ruby_app example config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby_apps: | |
- name: releasemaker_production | |
ruby_version: 'ruby_2.4.3' | |
app_has_background_processes: false | |
deployment_keys: | | |
ssh-rsa etc | |
environment: | |
RAILS_ENV: | |
RAILS_MAX_THREADS: | |
DATABASE_URL: | |
GITHUB_OAUTH_CLIENT_ID: | |
GITHUB_OAUTH_SECRET: | |
GITHUB_WEBHOOK_SECRET: | |
GOOGLE_ANALYTICS_ID: | |
REDIS_URL: | |
NEW_RELIC_APP_NAME: | |
NEW_RELIC_LICENSE_KEY: | |
SECRET_KEY_BASE: | |
SENTRY_DSN: | |
virtual_hosts: | |
- name: releasemaker.com | |
redirection_hosts: | |
- www.releasemaker.com | |
ssl: | |
cert: | | |
-----BEGIN CERTIFICATE----- | |
-----END CERTIFICATE----- | |
key: | | |
-----BEGIN PRIVATE KEY----- | |
-----END PRIVATE KEY----- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment