Skip to content

Commit 4952c44

Browse files
committed
fix export
1 parent 5eaeb4e commit 4952c44

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

codefresh/deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ steps:
1313
- cf_export NAMESPACE=${{STAGE}}
1414
- cf_export IMAGE_NAME=${{CF_DOCKER_REPO_URL}}/${{CF_REPO_NAME}}
1515
- cf_export IMAGE_TAG=${{CF_RELEASE_TAG}}
16-
- cf_export APP_HOST=${{COLOR}}.example.${{BASE_HOST}}
1716
- cf_export GATEWAY_HOST=example.${{BASE_HOST}}
1817
- cf_export RELEASE_NAME=example-${{COLOR}}
1918

deploy/ctl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ tasks:
9191
echo "Config file is ${config}"
9292
echo "Updating [${KUBE_CONTEXT}] context {{ get "namespace" }} namespace: $cur_color => $new_color"
9393
export COLOR=$new_color
94+
export APP_HOST=${COLOR}.example.${BASE_HOST}
9495
# Deploy the app and update istio virtual service
9596
helmfile --namespace {{ get "namespace" }} sync
9697
echo "$new_color" > ${config}

0 commit comments

Comments
 (0)