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