RE #1421 - Fix bug pointing to wrong dockerhub url in deployment script
This commit is contained in:
parent
cd4f585ea7
commit
773723a556
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ gcloud --quiet container clusters get-credentials $CLUSTER_NAME_PRD
|
||||||
kubectl config view
|
kubectl config view
|
||||||
kubectl config current-context
|
kubectl config current-context
|
||||||
|
|
||||||
kubectl set image deployment/${KUBE_DEPLOYMENT_NAME} ${KUBE_DEPLOYMENT_CONTAINER_NAME}=index.docker.io/$DOCKER_USERNAME/$DOCKER_REPOSITORY:$TRAVIS_COMMIT
|
kubectl set image deployment/${KUBE_DEPLOYMENT_NAME} ${KUBE_DEPLOYMENT_CONTAINER_NAME}=index.docker.io/$DOCKER_USERNAME/$DOCKER_REPOSITORY:$TRAVIS_TAG
|
||||||
|
|
Loading…
Reference in a new issue