-
Notifications
You must be signed in to change notification settings - Fork 25
/
touchpoints-staging.yml
32 lines (32 loc) · 1.18 KB
/
touchpoints-staging.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
applications:
- name: touchpoints-staging
command: bundle exec rake cf:on_first_instance db:schema:load && rake db:seed && bundle exec rails s -b 0.0.0.0 -p $PORT -e $RAILS_ENV
env:
AWS_SES_ACCESS_KEY_ID:
AWS_SES_SECRET_ACCESS_KEY:
AWS_SES_REGION:
DISABLE_DATABASE_ENVIRONMENT_CHECK: 1
LOGIN_GOV_CLIENT_ID: urn:gov:gsa:openidconnect.profiles:sp:sso:gsa-tts-opp:touchpoints-staging
LOGIN_GOV_IDP_BASE_URL: https://idp.int.identitysandbox.gov/
LOGIN_GOV_PRIVATE_KEY:
LOGIN_GOV_REDIRECT_URI: https://touchpoints-staging.app.cloud.gov/users/auth/login_dot_gov/callback
NEW_RELIC_KEY:
RAILS_ENV: staging
S3_AWS_ACCESS_KEY_ID:
S3_AWS_BUCKET_NAME:
S3_AWS_REGION:
S3_AWS_SECRET_ACCESS_KEY:
TOUCHPOINTS_ADMIN_EMAILS:
TOUCHPOINTS_EMAIL_SENDER:
TOUCHPOINTS_GTM_CONTAINER_ID:
TOUCHPOINTS_WEB_DOMAIN: touchpoints-staging.app.cloud.gov
buildpacks:
- nodejs_buildpack
- ruby_buildpack
services:
- touchpoints-staging-db
- touchpoints-staging-deployer
- touchpoints-staging-redis
- touchpoints-staging-s3
routes:
- route: touchpoints-staging.app.cloud.gov