@@ -304,6 +304,7 @@ cf-rollback: ## Rollbacks the app to the previous release
.PHONY:cf-push
cf-push:
$(if${CF_APP},,$(error Must specify CF_APP))
cf target -o ${CF_ORG} -s ${CF_SPACE}
cf push ${CF_APP} -f ${CF_MANIFEST_FILE}
.PHONY:check-if-migrations-to-run
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.