@@ -284,6 +284,7 @@ cf-rollback: ## Rollbacks the app to the previous release
.PHONY:cf-push
cf-push:
$(if${CF_APP},,$(error Must specify CF_APP))
cf push ${CF_APP} -f ${CF_MANIFEST_FILE}
definecf_deploy_with_docker
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.