Loading makefile +1 −1 Original line number Diff line number Diff line Loading @@ -46,6 +46,6 @@ deploy: all deploy-check $(eval DEPLOY_TARGET=$(shell cat deploy-target)) $(RSYNC_DEPLOY) out/. $(DEPLOY_TARGET) deploy-check: @echo -n "Are you sure? [y/N] " && read ans && [ $${ans:-N} == y ] @echo -n "Deploying to production. Are you sure? [y/N] " && read ans && [ $${ans:-N} == y ] .PHONY: all style clean deploy Loading
makefile +1 −1 Original line number Diff line number Diff line Loading @@ -46,6 +46,6 @@ deploy: all deploy-check $(eval DEPLOY_TARGET=$(shell cat deploy-target)) $(RSYNC_DEPLOY) out/. $(DEPLOY_TARGET) deploy-check: @echo -n "Are you sure? [y/N] " && read ans && [ $${ans:-N} == y ] @echo -n "Deploying to production. Are you sure? [y/N] " && read ans && [ $${ans:-N} == y ] .PHONY: all style clean deploy