Add makefile

This commit is contained in:
Luke Murphy
2020-04-25 12:30:42 +02:00
parent 425f6963ed
commit 27095875fa
+6
View File
@@ -0,0 +1,6 @@
default: deploy
deploy:
@docker stack deploy -c docker-compose.yml traefik
.PHONY: deploy