2022-12-02 22:05:47 +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
|
|
|
|
|
2023-06-24 15:58:37 +02:00
|
|
|
push-image-dev:
|
|
|
|
- sh ${DEPLOY_DIR}/image-push.sh dev
|
|
|
|
|
2022-12-02 22:05:47 +01:00
|
|
|
push-image-prod:
|
|
|
|
- sh ${DEPLOY_DIR}/image-push.sh
|