Commit 87c7f00
committed
fix(ci): retry Pages deployment once on transient failure
The Pages backend intermittently rejects deployments with a generic
'Deployment failed, try again later'. Both workflow_run-triggered
deploys so far (the post-release appcast publishes for v1.16.1 and
v1.17.0) hit this, leaving the live appcast stale so Sparkle stopped
offering the new release until an unrelated push redeployed the site.
A manual rerun of the identical job succeeds, so retry once in-job
after a 60 second pause before failing the run.1 parent 980485d commit 87c7f00
1 file changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
69 | 84 | | |
0 commit comments