Update .gitea/workflows/deploy-edge.yml
This commit is contained in:
parent
b57b1563ae
commit
268408f0c7
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ jobs:
|
|||
kubeconfig: ${{ env.KUBECONFIG_BASE64 }}
|
||||
oasis-prod-config: ${{ env. OASIS_PROD_CONFIG }}
|
||||
- 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 }}
|
Reference in a new issue