From 07e805829b1945196b60f3709e9d1fe677244f4a Mon Sep 17 00:00:00 2001 From: Harry Levine Date: Sat, 13 Jan 2018 09:45:05 -0700 Subject: [PATCH] Adds reference docs --- bin/deploy | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/deploy b/bin/deploy index bb934a1c..cb586727 100755 --- a/bin/deploy +++ b/bin/deploy @@ -39,6 +39,10 @@ users: client-key-data: $KUBE_CLIENT_KEY EOF -# Update the deployment +# Updates the deployment +# +# Container names come from: +# https://github.com/OperationCode/operationcode_infra/blob/master/kubernetes/operationcode_backend/deployment.yml +# KUBECONFIG=${KUBE_CONFIG} ./kubectl set image deployment/operationcode-backend app=operationcode/operationcode_backend:${TRAVIS_BUILD_NUMBER} KUBECONFIG=${KUBE_CONFIG} ./kubectl set image deployment/operationcode-backend operationcode-sidekiq=operationcode/operationcode_backend:${TRAVIS_BUILD_NUMBER}