mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Update app name to follow shared terraform module conventions
This commit is contained in:
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -70,6 +70,7 @@ jobs:
|
|||||||
cf_org: gsa-10x-prototyping
|
cf_org: gsa-10x-prototyping
|
||||||
cf_space: 10x-notifications
|
cf_space: 10x-notifications
|
||||||
push_arguments: >-
|
push_arguments: >-
|
||||||
|
--var env=staging
|
||||||
--var DANGEROUS_SALT="$DANGEROUS_SALT"
|
--var DANGEROUS_SALT="$DANGEROUS_SALT"
|
||||||
--var SECRET_KEY="$SECRET_KEY"
|
--var SECRET_KEY="$SECRET_KEY"
|
||||||
--var ADMIN_CLIENT_SECRET="$ADMIN_CLIENT_SECRET"
|
--var ADMIN_CLIENT_SECRET="$ADMIN_CLIENT_SECRET"
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
applications:
|
applications:
|
||||||
- name: notifications-api
|
- name: notifications-api-((env))
|
||||||
buildpack: https://github.com/cloudfoundry/python-buildpack.git#v1.7.58
|
buildpack: https://github.com/cloudfoundry/python-buildpack.git#v1.7.58
|
||||||
instances: 1
|
instances: 1
|
||||||
memory: 1G
|
memory: 1G
|
||||||
@@ -12,8 +11,8 @@ applications:
|
|||||||
- route: notifications-api.app.cloud.gov
|
- route: notifications-api.app.cloud.gov
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- api-psql
|
- notifications-api-rds-((env))
|
||||||
- api-redis
|
- notifications-api-redis-((env))
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NOTIFY_APP_NAME: api
|
NOTIFY_APP_NAME: api
|
||||||
|
|||||||
Reference in New Issue
Block a user