mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-28 13:11:05 -04:00
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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user