Build remote image name in update-deploy script

This commit is contained in:
Patrick Smith
2018-08-16 14:17:54 -04:00
parent 1acd5fb73a
commit 265b128255
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ kubectl config use-context travis
kubectl config current-context
# Update the ATST deployment
kubectl -n atat set image deployment.apps/atst atst="${remote_image_name}"
kubectl -n atat set image deployment.apps/atst atst="${ATAT_DOCKER_REGISTRY_URL}/${PROD_IMAGE_NAME}:${GIT_SHA}"
# Remove the K8S CA file when the script exits
function cleanup {