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