From 9aeb362daa79fd5c101e31e7f805ecb5e1bca28a Mon Sep 17 00:00:00 2001
From: Ramiro Berrelleza
Date: Mon, 10 Aug 2020 21:30:46 -0700
Subject: [PATCH] develop on okteto
Signed-off-by: Ramiro Berrelleza
---
README.md | 5 +++++
okteto-pipelines.yaml | 3 +++
2 files changed, 8 insertions(+)
create mode 100644 okteto-pipelines.yaml
diff --git a/README.md b/README.md
index 358f868..db8c05c 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,11 @@
+
+
+
+
+
**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