From ae825ab5f54f12b3c08a7e9f886417a9c2824def Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 19 Feb 2022 22:52:49 +0900 Subject: [PATCH] Update okteto-pipeline.yml --- okteto-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okteto-pipeline.yml b/okteto-pipeline.yml index e7fa0c22d..ba30cb2ed 100644 --- a/okteto-pipeline.yml +++ b/okteto-pipeline.yml @@ -1,6 +1,6 @@ deploy: - - bash -c 'ls .config' - bash -c 'cp .config/example.yml .config/default.yml' - bash -c 'cp .config/docker_example.env .config/docker.env' + - bash -c 'ls .config' - okteto build -t okteto.dev/misskey:latest - kubectl apply -f k8s