6 lines
108 B
Bash
6 lines
108 B
Bash
|
hugo
|
||
|
rsync -arP --delete public/* root@server:/var/www/site
|
||
|
git add .
|
||
|
git commit -m "Site rebuild"
|
||
|
git push
|