1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-19 09:57:30 -06:00
paricafe/.okteto/okteto-pipeline.yml

7 lines
283 B
YAML
Raw Normal View History

2022-05-15 22:22:06 +09:00
build:
misskey:
args:
- NODE_ENV=development
deploy:
- helm upgrade --install misskey chart --set image=${OKTETO_BUILD_MISSKEY_IMAGE} --set url="https://misskey-$(kubectl config view --minify -o jsonpath='{..namespace}').cloud.okteto.net" --set environment=development