This commit is contained in:
Piotr Biernat
2024-12-24 14:19:23 +01:00
parent 35dd2d38bf
commit a856f24132
22 changed files with 445 additions and 858 deletions

View File

@@ -1,7 +1,20 @@
DEPLOY_DIR := ./deploy
# SETTING ENV
up:
- sh ${DEPLOY_DIR}/start-docker.sh
- sh ${DEPLOY_DIR}/scripts/start-docker.sh
down:
- docker stack rm egommerce
k8s-up:
- sh ${DEPLOY_DIR}/scripts/start-k8s.sh
k8s-down:
- kubectl... TODO :D
# GENERATING CERTS
certs:
- bash ${DEPLOY_DIR}/scripts/gen-certs.sh