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)
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue