parent
c4dded1f13
commit
185dd4d586
1 changed files with 1 additions and 3 deletions
|
@ -54,7 +54,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
encodedString: "${{ secrets.MCCONFIG }}"
|
encodedString: "${{ secrets.MCCONFIG }}"
|
||||||
fileName: config.json
|
fileName: config.json
|
||||||
fileDir: $GITHUB_WORKSPACE
|
fileDir: $HOME/.mc
|
||||||
|
|
||||||
- name: Extracting CRDs to yaml and converting to JSON schema
|
- name: Extracting CRDs to yaml and converting to JSON schema
|
||||||
env:
|
env:
|
||||||
|
@ -141,8 +141,6 @@ jobs:
|
||||||
rm -rf $TMP_CRD_DIR
|
rm -rf $TMP_CRD_DIR
|
||||||
|
|
||||||
- name: Deploy to Cloudflare R2
|
- name: Deploy to Cloudflare R2
|
||||||
env:
|
|
||||||
MC_CONFIG_DIR: $GITHUB_WORKSPACE
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mc cp --recursive $SCHEMAS_DIR r2-ks/kubernetes-schema
|
mc cp --recursive $SCHEMAS_DIR r2-ks/kubernetes-schema
|
||||||
|
|
Loading…
Reference in a new issue