diff options
| author | Takuya Yoshida <hawaiianphoto@geekhost.net> | 2022-06-09 00:50:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-09 00:50:23 +0900 |
| commit | 327c62337e3bc63616153bbe5512ff235be9fc7e (patch) | |
| tree | 69a87e03238e9974828ca316195ebc29c966814d /.okteto | |
| parent | Update CONTRIBUTING.md (diff) | |
| download | sharkey-327c62337e3bc63616153bbe5512ff235be9fc7e.tar.gz sharkey-327c62337e3bc63616153bbe5512ff235be9fc7e.tar.bz2 sharkey-327c62337e3bc63616153bbe5512ff235be9fc7e.zip | |
ok-to-test with okteto (#8799)
Diffstat (limited to '.okteto')
| -rw-r--r-- | .okteto/okteto-pipeline.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.okteto/okteto-pipeline.yml b/.okteto/okteto-pipeline.yml new file mode 100644 index 0000000000..e2996fbbc9 --- /dev/null +++ b/.okteto/okteto-pipeline.yml @@ -0,0 +1,6 @@ +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 |