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