5 lines
106 B
Bash
Executable file
5 lines
106 B
Bash
Executable file
hugo
|
|
rsync -rP --delete public/ root@odin:/var/lib/website
|
|
git add .
|
|
git commit -m "Site update"
|
|
git push
|