add image name
This commit is contained in:
@@ -36,4 +36,4 @@ deploy_to_prod:
|
|||||||
- curl -L -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
|
- curl -L -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
|
||||||
- chmod +x /usr/local/bin/kubectl
|
- chmod +x /usr/local/bin/kubectl
|
||||||
- curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
|
- curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
|
||||||
- helm template $CI_PROJECT_NAME --set tag=$CI_COMMIT_TAG --set port=$DEPLOY_PORT ./helm | kubectl apply -f -
|
- helm template $CI_PROJECT_NAME --set tag=$CI_COMMIT_TAG --set image=$CI_REGISTRY_IMAGE --set port=$DEPLOY_PORT ./helm | kubectl apply -f -
|
||||||
Reference in New Issue
Block a user