Skip to content

Commit

Permalink
Merge pull request #3582 from GSA-TTS/main
Browse files Browse the repository at this point in the history
2024-03-28 | MAIN --> PROD | DEV (b890d7d) --> STAGING
  • Loading branch information
danswick authored Mar 28, 2024
2 parents 00dbfc5 + b890d7d commit 857af53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/ops/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ before_sha=$(echo "${before_data}"|xargs|cut -d'}' -f1|cut -d':' -f3|xargs)
echo "Before SHA: ${before_sha}"
echo "cf comand on next line:"
echo cf push -f backend/manifests/manifest-fac.yml --vars-file backend/manifests/vars/vars-"${cfspace}".yml --strategy rolling
# https://docs.cloudfoundry.org/devguide/deploy-apps/large-app-deploy.html#considerations
export CF_STARTUP_TIMEOUT=10
cf push -f backend/manifests/manifest-fac.yml --vars-file backend/manifests/vars/vars-"${cfspace}".yml --strategy rolling
after_data=$(cf curl "/v3/apps/${appguid}/relationships/current_droplet")
echo "After data: ${after_data}"
Expand Down

0 comments on commit 857af53

Please sign in to comment.