misskey/okteto-pipeline.yml

6 lines
193 B
YAML
Raw Normal View History

2022-02-19 20:54:42 +09:00
deploy:
- cp .config/example.yml .config/default.yml
- cp .config/docker_example.env .config/docker.env
2022-02-19 20:58:59 +09:00
- okteto build -t okteto.dev/misskey:${OKTETO_GIT_COMMIT}
2022-02-19 21:14:58 +09:00
- kubectl apply -f k8s