From acf3b37d9e1a903208c602d560579a20166e63cd Mon Sep 17 00:00:00 2001 From: Sylvie Date: Tue, 1 Oct 2024 11:14:15 -0500 Subject: [PATCH] Sleep 2 minutes before swapping slots to see if this reduces swap timeouts (#1374) Co-authored-by: halprin --- .github/workflows/deploy_reusable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy_reusable.yml b/.github/workflows/deploy_reusable.yml index 896bbe789..b91c21e7f 100644 --- a/.github/workflows/deploy_reusable.yml +++ b/.github/workflows/deploy_reusable.yml @@ -105,6 +105,9 @@ jobs: slot-name: pre-live images: '${{ inputs.REGISTRY }}/${{ inputs.REPO }}:${{ github.sha }}' + - name: Sleep 2 minutes + run: sleep 2m + - name: Azure Swap Slots uses: azure/CLI@v2 with: