Skip to content

Commit

Permalink
Sleep 2 minutes before swapping slots to see if this reduces swap tim…
Browse files Browse the repository at this point in the history
…eouts (#1374)

Co-authored-by: halprin <halprin@users.noreply.github.com>
  • Loading branch information
somesylvie and halprin authored Oct 1, 2024
1 parent f5ffdeb commit acf3b37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit acf3b37

Please sign in to comment.