Update
This commit is contained in:
8
Makefile
8
Makefile
@@ -3,13 +3,13 @@ SRC_DIR := ./src
|
||||
|
||||
## DEPLOY PART
|
||||
build-image-dev:
|
||||
- sh ${DEPLOY_DIR}/image-build.sh dev
|
||||
- sh ${DEPLOY_DIR}/scripts/image-build.sh dev
|
||||
|
||||
build-image-prod:
|
||||
- sh ${DEPLOY_DIR}/image-build.sh
|
||||
- sh ${DEPLOY_DIR}/scripts/image-build.sh
|
||||
|
||||
push-image-dev:
|
||||
- sh ${DEPLOY_DIR}/image-push.sh dev
|
||||
- sh ${DEPLOY_DIR}/scripts/image-push.sh dev
|
||||
|
||||
push-image-prod:
|
||||
- sh ${DEPLOY_DIR}/image-push.sh
|
||||
- sh ${DEPLOY_DIR}/scripts/image-push.sh
|
||||
|
||||
Reference in New Issue
Block a user