Commit 8d99ff4a authored by Nicolas Lenz's avatar Nicolas Lenz ❄️
Browse files

Remove deprecated deploy stuff from makefile

parent 60ddd759
Loading
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -38,14 +38,4 @@ out/style:
clean:
	rm -rf out

# deploy-test-target/deploy-target should be a file containing DEPLOY_TARGET definition.
deploy-test: all
	$(eval DEPLOY_TARGET=$(shell cat deploy-test-target))
	$(RSYNC_DEPLOY) out/. $(DEPLOY_TARGET)
deploy: all deploy-check
	$(eval DEPLOY_TARGET=$(shell cat deploy-target))
	$(RSYNC_DEPLOY) out/. $(DEPLOY_TARGET)
deploy-check:
	@echo -n "Deploying to production. Are you sure? [y/N] " && read ans && [ $${ans:-N} == y ]

.PHONY: all style clean deploy
.PHONY: all style clean