mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 17:47:02 +02:00
Updated to add new sandbox names below staging
This commit is contained in:
parent
70e0f4cfc6
commit
8e11efc57c
1 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ cp ops/scripts/manifest-sandbox-template.yaml ops/manifests/manifest-$1.yaml
|
|||
sed -i '' "s/ENVIRONMENT/$1/" "ops/manifests/manifest-$1.yaml"
|
||||
|
||||
echo "Adding new environment to settings.py..."
|
||||
sed -i '' '/getgov-stable.app.cloud.gov/ {a\
|
||||
sed -i '' '/getgov-staging.app.cloud.gov/ {a\
|
||||
'\"getgov-$1.app.cloud.gov\"',
|
||||
}' src/registrar/config/settings.py
|
||||
|
||||
|
@ -105,11 +105,11 @@ echo
|
|||
echo "Moving on to setup Github automation..."
|
||||
|
||||
echo "Adding new environment to Github Actions..."
|
||||
sed -i '' '/ - stable/ {a\
|
||||
sed -i '' '/ - staging/ {a\
|
||||
- '"$1"'
|
||||
}' .github/workflows/reset-db.yaml
|
||||
|
||||
sed -i '' '/ - stable/ {a\
|
||||
sed -i '' '/ - staging/ {a\
|
||||
- '"$1"'
|
||||
}' .github/workflows/migrate.yaml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue