8 lines
96 B
Makefile
8 lines
96 B
Makefile
|
DEPLOY_DIR := ./deploy
|
||
|
|
||
|
up:
|
||
|
- sh ${DEPLOY_DIR}/start-stack.sh
|
||
|
|
||
|
down:
|
||
|
- docker stack egommerce
|