@@ -13,14 +13,6 @@ include ${REPO_BASE_DIR}/scripts/common.Makefile
1313up-local : .init .create_secrets ${TEMP_COMPOSE}-local prune-docker-stack-configs # # Deploys the stack using provided certificates
1414 @docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE} -local ${STACK_NAME}
1515
16- .PHONY : up-letsencrypt-http
17- up-letsencrypt-http : .init ${TEMP_COMPOSE}-letsencrypt-http prune-docker-stack-configs # # Deploys the stack with let's encrypt http challenge
18- @docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE} -letsencrypt-http ${STACK_NAME}
19-
20- .PHONY : up-letsencrypt-dns
21- up-letsencrypt-dns : .init ${TEMP_COMPOSE}-letsencrypt-dns prune-docker-stack-configs # # Deploys the stack with let's encrypt dns challenge
22- @docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE} -dns ${STACK_NAME}
23-
2416.PHONY : up-dalco
2517up-dalco : .init ${TEMP_COMPOSE}-dalco prune-docker-stack-configs # # Deploys the stack on dalco cluster
2618 @docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE} -dalco ${STACK_NAME}
@@ -56,20 +48,6 @@ ${TEMP_COMPOSE}-local: docker-compose.yml docker-compose.local.yml .env
5648 set +o allexport; \
5749 ${REPO_BASE_DIR} /scripts/docker-stack-config.bash -e .env $< docker-compose.local.yml > $@
5850
59- .PHONY : ${TEMP_COMPOSE}-letsencrypt-http
60- ${TEMP_COMPOSE}-letsencrypt-http : docker-compose.yml docker-compose.letsencrypt.http.yml .env
61- @set -o allexport; \
62- source .env; \
63- set +o allexport; \
64- ${REPO_BASE_DIR} /scripts/docker-stack-config.bash -e .env $< docker-compose.letsencrypt.http.yml > $@
65-
66- .PHONY : ${TEMP_COMPOSE}-letsencrypt-dns
67- ${TEMP_COMPOSE}-letsencrypt-dns : docker-compose.yml docker-compose.letsencrypt.dns.yml .env
68- @set -o allexport; \
69- source .env; \
70- set +o allexport; \
71- ${REPO_BASE_DIR} /scripts/docker-stack-config.bash -e .env $< docker-compose.letsencrypt.dns.yml > $@
72-
7351.PHONY : ${TEMP_COMPOSE}-aws
7452${TEMP_COMPOSE}-aws : docker-compose.yml docker-compose.aws.yml .env
7553 @set -o allexport; \
0 commit comments