Decouple upload-static from cf-deploy

There are some permissions issues that need to be addressed before
we chain these two together.
This commit is contained in:
Athanasios Voutsadakis
2018-12-18 15:48:14 +00:00
parent 6f74b7f3ea
commit 93db0b6817

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