Add basic makefile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-04-25 16:00:55 +02:00
parent 5f80d2577a
commit 1526060f62
1 changed files with 5 additions and 0 deletions

5
makefile Normal file
View File

@ -0,0 +1,5 @@
deploy:
@DOCKER_CONTEXT=swarm.autonomic.zone \
docker stack rm dev_apps_coopcloud_tech && \
DOCKER_CONTEXT=swarm.autonomic.zone docker stack deploy -c compose.yml dev_apps_coopcloud_tech