Skip to content

Commit

Permalink
Merge pull request #111 from 2beens/2beens-patch-1
Browse files Browse the repository at this point in the history
Update new-release.yml
  • Loading branch information
2beens authored Apr 22, 2024
2 parents b51c017 + 75633bd commit 31f1866
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:

- name: Notify the server to redeploy via webhook
run: |
curl -X POST -H "Authorization: Bearer ${{ secrets.REDEPLOY_WEBHOOK_SECRET_TOKEN }}" https://serj-tubin.com/st-vue-redeploy
curl -v https://serj-tubin.com/st-vue-redeploy \
-X POST \
-H "Authorization: Bearer ${{ secrets.REDEPLOY_WEBHOOK_SECRET_TOKEN }}" \
--retry 5 --retry-delay 2 --retry-max-time 60

0 comments on commit 31f1866

Please sign in to comment.