From 1c0dc89fef3c9aec481c335880fe04af6a68690b Mon Sep 17 00:00:00 2001 From: "hikari.ftg" Date: Mon, 21 Mar 2022 05:59:42 +0000 Subject: [PATCH] Add okteto pipeline config --- okteto-pipeline.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 okteto-pipeline.yml diff --git a/okteto-pipeline.yml b/okteto-pipeline.yml new file mode 100644 index 0000000..cb0fa72 --- /dev/null +++ b/okteto-pipeline.yml @@ -0,0 +1,5 @@ +icon: https://apps.okteto.com/movies/icon.png +deploy: + - okteto build -t okteto.dev/api:${OKTETO_GIT_COMMIT} api + - okteto build -t okteto.dev/frontend:${OKTETO_GIT_COMMIT} frontend + - helm upgrade --install movies chart --set tag=${OKTETO_GIT_COMMIT} \ No newline at end of file