This repository was archived by the owner on Jan 6, 2026. It is now read-only.
Commit c9b8b32
authored
ci: move daily deployments to Cloudflare (#42)
Rework the Cron GitHub actions to stop running the build by GitHub
and trigger a new deployment on Cloudflare instead.
This removes the inconsistency between pull request previews and cron
deployments, where pull request previews were built by Cloudflare
while cron deployments were built on GitHub.
Additional changes:
- Remove the GHA trigger for the main branch. The Cloudflare integration
already watches the main branch and creates new deployments after
a new commit was pushed.
- Add manual trigger to allow us to test the functionality of this
workflow or to manually re-run it after failures.
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>1 parent eef8e1d commit c9b8b32
1 file changed
+9
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
46 | 36 | | |
47 | 37 | | |
48 | 38 | | |
| |||
0 commit comments