Fixes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
# RUN IN REPO ROOT DIR !!
|
||||
|
||||
export IMAGE_PREFIX="git.pbiernat.dev/egommerce/identity"
|
||||
export BUILDER_IMAGE="egommerce-builder:identity"
|
||||
export IMAGE_PREFIX="git.pbiernat.dev/egosport/identity"
|
||||
export BUILDER_IMAGE="egosport-builder:identity"
|
||||
export BUILD_TIME=$(date +"%Y%m%d%H%M%S")
|
||||
export SERVER_IMAGE="$IMAGE_PREFIX-svc"
|
||||
# export WORKER_IMAGE="$IMAGE_PREFIX-worker"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# RUN IN REPO ROOT DIR !!
|
||||
|
||||
export IMAGE_BASE="git.pbiernat.dev/egommerce/identity"
|
||||
export IMAGE_BASE="git.pbiernat.dev/egosport/identity"
|
||||
export SERVER_IMAGE="$IMAGE_BASE-svc"
|
||||
# export WORKER_IMAGE="$IMAGE_BASE-worker"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user