From 2c590acff57987a93a06fa37b827f557cd123b74 Mon Sep 17 00:00:00 2001 From: Athanasios Voutsadakis Date: Mon, 2 Oct 2017 16:25:49 +0100 Subject: [PATCH] Also unbind notify-config and notify-aws --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index eac8473d8..aac64e7c4 100644 --- a/Makefile +++ b/Makefile @@ -284,6 +284,8 @@ cf-deploy: ## Deploys the app to Cloud Foundry cf-deploy-api-db-migration: $(if ${CF_SPACE},,$(error Must specify CF_SPACE)) cf unbind-service notify-api-db-migration notify-db + cf unbind-service notify-api-db-migration notify-config + cf unbind-service notify-api-db-migration notify-aws cf push notify-api-db-migration -f manifest-api-${CF_SPACE}.yml cf run-task notify-api-db-migration "python db.py db upgrade" --name api_db_migration