Update .gitea/workflows/deploy-edge.yml

This commit is contained in:
dunemask 2023-08-25 16:31:23 +00:00
parent b57b1563ae
commit 268408f0c7

View file

@ -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 }}