Merge pull request #2599 from alphagov/decouple-upload-from-deploy

Decouple `upload-static` from cf-deploy
This commit is contained in:
Sakis
2018-12-18 16:07:24 +00:00
committed by GitHub

View File

@@ -203,7 +203,7 @@ generate-manifest:
<(${DECRYPT_CMD} ${NOTIFY_CREDENTIALS}/credentials/${CF_SPACE}/paas/environment-variables.gpg)
.PHONY: cf-deploy
cf-deploy: upload-static ## Deploys the app to Cloud Foundry
cf-deploy: ## Deploys the app to Cloud Foundry
$(if ${CF_SPACE},,$(error Must specify CF_SPACE))
@cf app --guid notify-admin || exit 1
cf rename notify-admin notify-admin-rollback