diff --git a/README.md b/README.md index 358f868..db8c05c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@

+

+ + Develop on Okteto + +

**Online Boutique** is a cloud-native microservices demo application. diff --git a/okteto-pipelines.yaml b/okteto-pipelines.yaml new file mode 100644 index 0000000..eaaf5f8 --- /dev/null +++ b/okteto-pipelines.yaml @@ -0,0 +1,3 @@ +icon: https://raw.githubusercontent.com/rberrelleza/microservices-demo/master/src/frontend/static/icons/Hipster_HeroLogoCyan.svg +deploy: + - kubectl apply -f release/kubernetes-manifests.yaml \ No newline at end of file