mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-07 11:14:39 -05:00
Merge pull request #1426 from alphagov/celery-cf-stop-errors
remove cf stop to try and improve deploy robustness
This commit is contained in:
1
Makefile
1
Makefile
@@ -277,7 +277,6 @@ cf-deploy: ## Deploys the app to Cloud Foundry
|
||||
cf rename ${CF_APP} ${CF_APP}-rollback
|
||||
cf push ${CF_APP} -f ${CF_MANIFEST_FILE}
|
||||
cf scale -i $$(cf curl /v2/apps/$$(cf app --guid ${CF_APP}-rollback) | jq -r ".entity.instances" 2>/dev/null || echo "1") ${CF_APP}
|
||||
cf stop ${CF_APP}-rollback
|
||||
cf delete -f ${CF_APP}-rollback
|
||||
|
||||
.PHONY: cf-deploy-api-db-migration
|
||||
|
||||
Reference in New Issue
Block a user