deploy update
This commit is contained in:
parent
a42413a002
commit
65f6340bb0
@ -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.author="Piotr Biernat"
|
||||||
LABEL dev.egommerce.image.vendor="Egommerce"
|
LABEL dev.egommerce.image.vendor="Egommerce"
|
||||||
|
4
Makefile
4
Makefile
@ -1,5 +1,4 @@
|
|||||||
DEPLOY_DIR := ./deploy
|
DEPLOY_DIR := ./deploy
|
||||||
SRC_DIR := ./src
|
|
||||||
|
|
||||||
## DEPLOY PART
|
## DEPLOY PART
|
||||||
build-image-dev:
|
build-image-dev:
|
||||||
@ -8,5 +7,8 @@ build-image-dev:
|
|||||||
build-image-prod:
|
build-image-prod:
|
||||||
- sh ${DEPLOY_DIR}/image-build.sh
|
- sh ${DEPLOY_DIR}/image-build.sh
|
||||||
|
|
||||||
|
push-image-dev:
|
||||||
|
- sh ${DEPLOY_DIR}/image-push.sh dev
|
||||||
|
|
||||||
push-image-prod:
|
push-image-prod:
|
||||||
- sh ${DEPLOY_DIR}/image-push.sh
|
- sh ${DEPLOY_DIR}/image-push.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user