developer: infrastructure: check for next.forgejo.org upgrades hourly

This commit is contained in:
Earl Warren 2024-02-27 12:41:31 +01:00
parent da8202b897
commit 0127a9b0a4
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -323,7 +323,7 @@ It hosts LXC containers setup with [lxc-helpers](https://code.forgejo.org/forgej
Dedicated to https://next.forgejo.org
- LXC creation same as code.forgejo.org
- `/etc/cron.daily/forgejo-upgrade` runs `/home/debian/run-forgejo.sh > /home/debian/run-forgejo-$(date +%d).log`
- `/etc/cron.hourly/forgejo-upgrade` runs `/home/debian/run-forgejo.sh > /home/debian/run-forgejo-$(date +%d).log`
- When a new major version is published (8.0 for instance) `run-forgejo.sh` must be updated with it
- Reset everything
```sh