Skip to content

Commit

Permalink
sleep after nsg
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan815 committed Jun 21, 2023
1 parent 1f8491e commit 2cd607c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/certbot_renew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Print Created NSG Rule Name
run: echo "Rule Name ${{ steps.rule.outputs.rule_name }}"

- name: Sleep for 30s
uses: juliangruber/[email protected]
with:
time: 30s

- name: Run playbook on server to renew SSL certificate
uses: dawidd6/action-ansible-playbook@v2
with:
Expand Down

0 comments on commit 2cd607c

Please sign in to comment.