From 7c5f8fdbcfc4fe1133c91414881ffadc71e8fbf3 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Fri, 26 Jun 2020 20:44:11 +0100 Subject: [PATCH] [26.06.20] Fixed SED mapping --- configuration/scripts/mapVarsToConfigs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/scripts/mapVarsToConfigs.sh b/configuration/scripts/mapVarsToConfigs.sh index 80e0fa5..ed3af80 100755 --- a/configuration/scripts/mapVarsToConfigs.sh +++ b/configuration/scripts/mapVarsToConfigs.sh @@ -6,7 +6,7 @@ APPLICATION_NAME=$3 APPLICATION_VERSION=$4 APPLICATION_LABEL=$5 -DOCKER_REPOSITORY="${DIGITAL_OCEAN}/${DIGITAL_OCEAN_REPO}" +DOCKER_REPOSITORY="${DIGITAL_OCEAN}\/${DIGITAL_OCEAN_REPO}" sed -i "s/REPOSITORY/${DOCKER_REPOSITORY}/g" configuration/kubernetes/deployment.yaml sed -i "s/IMAGE/${APPLICATION_NAME}:${APPLICATION_VERSION}/g" configuration/kubernetes/deployment.yaml