From 65f6340bb097500455330bf53b8d73236635747a Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Sat, 24 Jun 2023 15:58:37 +0200 Subject: [PATCH] deploy update --- Dockerfile | 2 +- Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c0e032c..a290059 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/Makefile b/Makefile index 1b190e9..bf0fff6 100644 --- a/Makefile +++ b/Makefile @@ -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