mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 00:57:02 +02:00
Fix health error
This commit is contained in:
parent
91eac9d5cb
commit
d368395822
2 changed files with 4 additions and 2 deletions
|
@ -89,7 +89,8 @@ cd src/
|
|||
./build.sh
|
||||
cd ..
|
||||
cf push getgov-$1 -f ops/manifests/manifest-$1.yaml
|
||||
|
||||
cf set-health-check getgov-$1 http --invocation-timeout 40
|
||||
cf restage getgov-$1 --strategy rolling
|
||||
read -p "Please provide the email of the space developer: " -r
|
||||
cf set-space-role $REPLY cisa-dotgov $1 SpaceDeveloper
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue