misskey/okteto-pipeline.yml
2022-02-19 22:48:57 +09:00

7 lines
216 B
YAML

deploy:
- bash -c 'ls'
- 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