Update .gitea/workflows/deploy-edge.yml

This commit is contained in:
dunemask 2023-08-25 16:31:05 +00:00
parent 0119b7b5a7
commit acf6f82408

View file

@ -20,5 +20,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 }}