Update .gitea/workflows/deploy-edge.yml

This commit is contained in:
dunemask 2023-08-24 15:09:59 +00:00
parent efc928c242
commit 94f6318983

View file

@ -19,6 +19,6 @@ jobs:
gitea-token: ${{ env.GITEA_TOKEN }}
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
- name: Deploy to Edge env
run: garden deploy $GARDEN_DEPLOY_ACTION --env usw-edge
working-directory: ${{ env.OASIS_WORKSPACE }}