From 89c3b5ac4a94be795f971a7c050561e5c7351dab Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 19 Feb 2022 22:50:51 +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 8c1481bdf..e7fa0c22d 100644 --- a/okteto-pipeline.yml +++ b/okteto-pipeline.yml @@ -1,5 +1,5 @@ deploy: - - bash -c 'ls' + - bash -c 'ls .config' - bash -c 'cp .config/example.yml .config/default.yml' - bash -c 'cp .config/docker_example.env .config/docker.env' - okteto build -t okteto.dev/misskey:latest