Skip to content

Commit c5c56cc

Browse files
committed
added CD
1 parent 43c49cd commit c5c56cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ after_deploy:
4444
openssl enc -in config.enc -out config -d -aes256 -k $KUBE_ENC;
4545
mkdir ~/.kube;
4646
mv config ~/.kube/;
47-
kubectl get pods;
47+
kubectl rolling-update cloudboost-tutorial --image=cloudboost/tutorial:latest --image-pull-policy=Always;
4848
fi
4949
branches:
5050
except:

0 commit comments

Comments
 (0)