misskey/okteto-pipeline.yml

7 lines
224 B
YAML
Raw Normal View History

2022-02-19 20:54:42 +09:00
deploy:
2022-02-19 22:38:37 +09:00
- bash -c 'cp .config/example.yml .config/default.yml'
- bash -c 'cp .config/docker_example.env .config/docker.env'
2022-02-19 22:52:49 +09:00
- bash -c 'ls .config'
2022-02-19 21:29:50 +09:00
- okteto build -t okteto.dev/misskey:latest
2022-02-19 21:14:58 +09:00
- kubectl apply -f k8s