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) Add to crontab (runs every 30 minutes)
# Edit crontab
```bash ```bash
# Edit crontab
crontab -e crontab -e
``` ```
# Add this line:
```bash ```bash
# Add this line:
*/30 * * * * /path/to/your-cloned-git/deploy.sh */30 * * * * /path/to/your-cloned-git/deploy.sh
``` ```