stack/Makefile

8 lines
99 B
Makefile
Raw Permalink Normal View History

2022-11-30 02:20:48 +01:00
DEPLOY_DIR := ./deploy
up:
- sh ${DEPLOY_DIR}/start-stack.sh
down:
2023-06-24 15:40:54 +02:00
- docker stack rm egommerce