deploy update

This commit is contained in:
Piotr Biernat 2023-06-24 15:58:37 +02:00
parent a42413a002
commit 65f6340bb0
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM hashicorp/consul:1.14
FROM hashicorp/consul:1.15
LABEL dev.egommerce.image.author="Piotr Biernat"
LABEL dev.egommerce.image.vendor="Egommerce"

View File

@ -1,5 +1,4 @@
DEPLOY_DIR := ./deploy
SRC_DIR := ./src
## DEPLOY PART
build-image-dev:
@ -8,5 +7,8 @@ build-image-dev:
build-image-prod:
- sh ${DEPLOY_DIR}/image-build.sh
push-image-dev:
- sh ${DEPLOY_DIR}/image-push.sh dev
push-image-prod:
- sh ${DEPLOY_DIR}/image-push.sh