mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -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
@@ -72,6 +72,7 @@ jobs:
|
||||
cf_org: gsa-10x-prototyping
|
||||
cf_space: 10x-notifications
|
||||
push_arguments: >-
|
||||
--var env=staging
|
||||
--var DANGEROUS_SALT="$DANGEROUS_SALT"
|
||||
--var SECRET_KEY="$SECRET_KEY"
|
||||
--var AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
applications:
|
||||
- name: notifications-admin
|
||||
- name: notifications-admin-((env))
|
||||
buildpack: python_buildpack
|
||||
memory: 1G
|
||||
health-check-type: http
|
||||
@@ -13,7 +13,7 @@ applications:
|
||||
# - logit-ssl-syslog-drain
|
||||
# - notify-prometheus
|
||||
# - notify-splunk
|
||||
- api-redis
|
||||
- notifications-admin-redis-((env))
|
||||
|
||||
env:
|
||||
NOTIFY_APP_NAME: admin
|
||||
|
||||
Reference in New Issue
Block a user