We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c49cd commit c5c56ccCopy full SHA for c5c56cc
.travis.yml
@@ -44,7 +44,7 @@ after_deploy:
44
openssl enc -in config.enc -out config -d -aes256 -k $KUBE_ENC;
45
mkdir ~/.kube;
46
mv config ~/.kube/;
47
- kubectl get pods;
+ kubectl rolling-update cloudboost-tutorial --image=cloudboost/tutorial:latest --image-pull-policy=Always;
48
fi
49
branches:
50
except:
0 commit comments