Commit d4ace88
authored
feat: add deploy workflow (#543)
### Summary
Currently, we only deploy the site on pushes to `master`. This works fine expect in the cases
where we might was to schedule a post with a future publish date. This is scheduled for 10am ET every weekday.
### Test Plan
- Manually triggered the workflow with
`gh workflow run deploy.yml --ref gminn/add-daily-deployment`,
confirmed it ran successfully ([result](https://github.com/memfault/interrupt/actions/runs/12739793493))
- Confirmed site was deployed properly 🎉
1 parent f96e826 commit d4ace88
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments