mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 06:33:52 -05:00
Setup github workflows for new spaces
This commit is contained in:
4
deploy-config/demo.yml
Normal file
4
deploy-config/demo.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
env: demo
|
||||
instances: 1
|
||||
memory: 1G
|
||||
public_admin_route: notify-demo.app.cloud.gov
|
||||
4
deploy-config/production.yml
Normal file
4
deploy-config/production.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
env: production
|
||||
instances: 2
|
||||
memory: 1G
|
||||
public_admin_route: notify.app.cloud.gov
|
||||
4
deploy-config/staging.yml
Normal file
4
deploy-config/staging.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
env: staging
|
||||
instances: 1
|
||||
memory: 1G
|
||||
public_admin_route: notify-staging.app.cloud.gov
|
||||
Reference in New Issue
Block a user