Update .gitea/workflows/deploy-edge.yml
This commit is contained in:
parent
525116a48f
commit
e9a3025292
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ jobs:
|
|||
echo "${OASIS_PROD_CONFIG}" | base64 -d > garden-config/prod.yml
|
||||
working-directory: ${{ env.OASIS_DIR}}
|
||||
- name: Deploy to Edge env
|
||||
run: garden deploy deploy.nile --env usw-edge
|
||||
run: garden deploy $GARDEN_DEPLOY_ACTION --env usw-edge
|
||||
working-directory: ${{ env.OASIS_DIR }}
|
||||
- name: Status Alert
|
||||
if: always()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue