Update .gitea/workflows/deploy-edge.yml
This commit is contained in:
parent
0119b7b5a7
commit
acf6f82408
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ jobs:
|
||||||
kubeconfig: ${{ env.KUBECONFIG_BASE64 }}
|
kubeconfig: ${{ env.KUBECONFIG_BASE64 }}
|
||||||
oasis-prod-config: ${{ env. OASIS_PROD_CONFIG }}
|
oasis-prod-config: ${{ env. OASIS_PROD_CONFIG }}
|
||||||
- name: Deploy to Edge env
|
- name: Deploy to Edge env
|
||||||
run: garden deploy $GARDEN_DEPLOY_ACTION --env usw-edge
|
run: garden deploy $GARDEN_DEPLOY_ACTION --env usw-edge --skip-dependencies
|
||||||
working-directory: ${{ env.OASIS_WORKSPACE }}
|
working-directory: ${{ env.OASIS_WORKSPACE }}
|
Reference in a new issue