diff --git a/makefile b/makefile index 8c86766..406d02a 100644 --- a/makefile +++ b/makefile @@ -167,4 +167,12 @@ deploy-outline: pull set +a ;\ docker stack deploy --compose-file ./swarm/outline.yml outline ;\ } +deploy-semaphore: pull + { \ + echo "Deploying the semaphore stack..." ;\ + set -a ;\ + . ./swarm/.env ;\ + set +a ;\ + docker stack deploy --compose-file ./swarm/semaphore.yml semaphore ;\ + } # git submodule update --init --recursive \ No newline at end of file