Skip to content

Commit afaace7

Browse files
Remove cleanup step from Azure Dev Deploy workflow to streamline deployment process
1 parent 2ec385d commit afaace7

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,4 @@ jobs:
5252
fi
5353
azd config set defaults.subscription "$AZURE_SUBSCRIPTION_ID"
5454
azd env set AZURE_ENV_OPENAI_LOCATION="$AZURE_ENV_OPENAI_LOCATION"
55-
azd up --no-prompt
56-
57-
- name: Cleanup Deployment
58-
if: always()
59-
shell: bash
60-
run: |
61-
azd down --environment "$AZURE_ENV_NAME" --force --purge --no-prompt || true
55+
azd up --no-prompt

0 commit comments

Comments
 (0)