api-cache/Makefile

12 lines
201 B
Makefile
Raw Permalink Normal View History

2022-12-17 12:59:20 +01:00
DEPLOY_DIR := ./deploy
## DEPLOY PART
build-image-dev:
- sh ${DEPLOY_DIR}/image-build.sh dev
build-image-prod:
- sh ${DEPLOY_DIR}/image-build.sh
push-image-prod:
- sh ${DEPLOY_DIR}/image-push.sh