From 02b565ea2ce1a09ce0ccef8af2b27aa58aeb09eb Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 19 Feb 2022 20:54:42 +0900 Subject: [PATCH] Create okteto-pipeline.yml --- okteto-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 okteto-pipeline.yml diff --git a/okteto-pipeline.yml b/okteto-pipeline.yml new file mode 100644 index 000000000..75d10d09b --- /dev/null +++ b/okteto-pipeline.yml @@ -0,0 +1,3 @@ +deploy: + - cp .config/example.yml .config/default.yml + - cp .config/docker_example.env .config/docker.env