Update .gitea/workflows/deploy-edge.yml

This commit is contained in:
dunemask 2023-08-19 23:44:42 +00:00
parent b0be364abf
commit 0828a1751e

View file

@ -52,7 +52,7 @@ jobs:
echo "${OASIS_PROD_CONFIG}" | base64 -d > garden-config/prod.yml echo "${OASIS_PROD_CONFIG}" | base64 -d > garden-config/prod.yml
working-directory: ${{ env.OASIS_DIR}} working-directory: ${{ env.OASIS_DIR}}
- name: Deploy to Edge env - name: Deploy to Edge env
run: garden deploy $GARDEN_DEPLOY_ACTION --env usw-edge run: garden deploy deploy.nile --env usw-edge
working-directory: ${{ env.OASIS_DIR }} working-directory: ${{ env.OASIS_DIR }}
- name: Status Alert - name: Status Alert
if: always() if: always()