formatting

This commit is contained in:
sakrecoer 2026-08-11 02:30:57 +02:00
parent a4744e9ced
commit 8fe92fe1fb

View file

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