Files
stack/Makefile
Piotr Biernat 0938338b99 Removed docker swarm config
Added K8S config
With big refactor
2025-10-20 13:51:45 +02:00

14 lines
214 B
Makefile

DEPLOY_DIR := ./deploy
init:
- sh ${DEPLOY_DIR}/scripts/init-k8s.sh
up:
- sh ${DEPLOY_DIR}/scripts/start-k8s.sh
down:
- sh ${DEPLOY_DIR}/scripts/stop-k8s.sh
certs:
- bash ${DEPLOY_DIR}/scripts/gen-certs.sh