mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Rename environments for consistency
- dev is local laptop - unstable (or sandbox) is latest cut of main (or for experiments) - staging is stable tagged releases
This commit is contained in:
parent
e45da58a4a
commit
8ec4d40b6a
5 changed files with 18 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
applications:
|
||||
- name: getgov-dev
|
||||
- name: getgov-unstable
|
||||
buildpacks:
|
||||
- python_buildpack
|
||||
path: ../../src
|
||||
|
@ -17,7 +17,7 @@ applications:
|
|||
# Tell Django where to find its configuration
|
||||
DJANGO_SETTINGS_MODULE: registrar.config.settings
|
||||
routes:
|
||||
- route: getgov-dev.app.cloud.gov
|
||||
- route: getgov-unstable.app.cloud.gov
|
||||
services:
|
||||
- getgov-credentials
|
||||
- getgov-database
|
Loading…
Add table
Add a link
Reference in a new issue