This commit is contained in:
PB
2022-10-12 17:51:29 +02:00
parent af40a74b69
commit 108a55c471
3 changed files with 24 additions and 1 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
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
push-image-prod:
- sh ${DEPLOY_DIR}/image-push.sh