diff --git a/makefile b/makefile index 192189c..a12290a 100644 --- a/makefile +++ b/makefile @@ -175,7 +175,6 @@ deploy-semaphore: pull set +a ;\ docker stack deploy --compose-file ./swarm/semaphore.yml semaphore ;\ } - deploy-seafile: pull { \ echo "Deploying the seafile stack..." ;\ @@ -184,5 +183,13 @@ deploy-seafile: pull set +a ;\ docker stack deploy --compose-file ./swarm/seafile.yml seafile ;\ } +deploy-nextcloud: pull + { \ + echo "Deploying the nextcloud stack..." ;\ + set -a ;\ + . ./swarm/.env ;\ + set +a ;\ + docker stack deploy --compose-file ./swarm/nextcloud.yml nextcloud ;\ + } # git submodule update --init --recursive \ No newline at end of file