formatting

This commit is contained in:
sakrecoer 2026-08-11 02:29:40 +02:00
parent 63fa9637c6
commit a4744e9ced

View file

@ -147,13 +147,17 @@ chmod +x deploy.sh
Add to crontab (runs every 30 minutes)
# Edit crontab
```bash
# Edit crontab
crontab -e
```
# Add this line:
```bash
# Add this line:
*/30 * * * * /path/to/your-cloned-git/deploy.sh
```