This commit is contained in:
PB
2025-03-16 14:19:29 +01:00
parent 6848b55101
commit fa62c0b817
9 changed files with 60 additions and 211 deletions

View File

@@ -1,6 +1,5 @@
DEPLOY_DIR := ./deploy
# SETTING ENV
up:
- sh ${DEPLOY_DIR}/scripts/start-docker.sh
@@ -8,7 +7,7 @@ down:
- docker stack rm egommerce
k8s-up:
- sh ${DEPLOY_DIR}/start-k8s.sh
- sh ${DEPLOY_DIR}/scripts/start-k8s.sh
k8s-down:
- kubectl delete -f deploy/k8s/stack.yml