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