formatting
This commit is contained in:
parent
63fa9637c6
commit
a4744e9ced
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue