api-eventbus/Makefile

16 lines
273 B
Makefile
Raw Normal View History

2022-11-30 02:28:31 +01:00
DEPLOY_DIR := ./deploy
SRC_DIR := ./src
## DEPLOY PART
build-image-dev:
- sh ${DEPLOY_DIR}/image-build.sh dev
build-image-prod:
- sh ${DEPLOY_DIR}/image-build.sh
2024-07-20 13:30:27 +02:00
push-image-dev:
- sh ${DEPLOY_DIR}/image-push.sh dev
2022-11-30 02:28:31 +01:00
push-image-prod:
- sh ${DEPLOY_DIR}/image-push.sh