diff --git a/Makefile b/Makefile index 1b190e9..8964c83 100644 --- a/Makefile +++ b/Makefile @@ -10,3 +10,6 @@ build-image-prod: push-image-prod: - sh ${DEPLOY_DIR}/image-push.sh + +push-image-dev: + - sh ${DEPLOY_DIR}/image-push.sh dev