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:
Seamus Johnston 2022-08-18 14:54:14 -05:00
parent e45da58a4a
commit 8ec4d40b6a
No known key found for this signature in database
GPG key ID: 2F21225985069105
5 changed files with 18 additions and 19 deletions

View file

@ -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