Changeset - 7b58bfafa6c3
[Not reviewed]
0 1 0
Sachi King - 7 years ago 2017-08-08 08:36:47
nakato@nakato.io
Fix container name reference for deploy command

In the pod, the container is not called frontend
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.gitlab-ci.yml
Show inline comments
...
 
@@ -23,7 +23,7 @@ k8s-prod-deploy:
 
  - gcloud config set project linuxconfsydney
 
  - gcloud config set container/use_client_certificate True
 
  - gcloud container clusters get-credentials lca02
 
  - kubectl --namespace=rego-prod set image deployment/symposion-app frontend=asia.gcr.io/linuxconfsydney/symposion_app:$CI_COMMIT_SHA
 
  - kubectl --namespace=rego-prod set image deployment/symposion-app symposion-app=asia.gcr.io/linuxconfsydney/symposion_app:$CI_COMMIT_SHA
 
  when: manual
 
  only:
 
  - master
0 comments (0 inline, 0 general)