4 lines
82 B
Bash
4 lines
82 B
Bash
|
git add /var/www/html/
|
||
|
git commit -m "Daily push: $(date)"
|
||
|
git push /var/www/html
|