Fix a typo in api-db-migration deployment make task

This commit is contained in:
Alexey Bezhan
2018-01-09 11:45:01 +00:00
parent 50210e5620
commit 466166c8fb

View File

@@ -223,7 +223,7 @@ cf-deploy-api-db-migration:
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 -f <(make -s CF_APP=api generate-manifest)
cf push notify-api-db-migration -f <(make -s CF_APP=api generate-manifest)
cf run-task notify-api-db-migration "flask db upgrade" --name api_db_migration
.PHONY: cf-check-api-db-migration-task