Update okteto-pipeline.yml

This commit is contained in:
syuilo 2022-02-19 22:27:03 +09:00 committed by GitHub
parent 05db67e5c5
commit c6cb5470ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
deploy:
- cp .config/example.yml .config/default.yml
- cp .config/docker_example.env .config/docker.env
- 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
- kubectl apply -f k8s