mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Merge branch 'main' into nmb/migrate-cisa-dotgov
This commit is contained in:
commit
0b838d6c36
19 changed files with 220 additions and 42 deletions
|
@ -4,7 +4,7 @@
|
|||
../ops/scripts/build.sh
|
||||
|
||||
# Deploy to sandbox
|
||||
cf target -o cisa-getgov-prototyping -s $1
|
||||
cf target -o cisa-dotgov -s $1
|
||||
cf push getgov-$1 -f ../ops/manifests/manifest-$1.yaml
|
||||
|
||||
# migrations need to be run manually. Developers can use this command
|
||||
|
|
|
@ -9,8 +9,8 @@ if [ -z "$1" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
cf target -o cisa-getgov-prototyping -s $1
|
||||
read -p "Are you logged in to the cisa-getgov-prototyping CF org above and targeting the correct space? (y/n) " -n 1 -r
|
||||
cf target -o cisa-dotgov -s $1
|
||||
read -p "Are you logged in to the cisa-dotgov CF org above and targeting the correct space? (y/n) " -n 1 -r
|
||||
echo
|
||||
if [[ ! $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue