Add makefile

This commit is contained in:
Luke Murphy 2020-04-25 12:30:42 +02:00
parent 425f6963ed
commit 27095875fa
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 0 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
default: deploy
deploy:
@docker stack deploy -c docker-compose.yml traefik
.PHONY: deploy