Skip to content

Commit 83af21f

Browse files
committed
fix: use --clean --async false deploy with 600s timeout to reset corrupted deployment state
1 parent b3b1c76 commit 83af21f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy-azure.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ jobs:
8888
--name ${{ env.AZURE_WEBAPP_NAME }} \
8989
--src-path backend-deploy.zip \
9090
--type zip \
91-
--async true
92-
echo "Deployment initiated. Waiting for Oryx build + startup..."
93-
sleep 180
91+
--clean true \
92+
--restart true \
93+
--async false \
94+
--timeout 600
9495
9596
- name: Test deployment
9697
run: |

0 commit comments

Comments
 (0)