5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
hugo
|
|
rsync -rP --delete public/ dedi:/var/www/site
|
|
git add .
|
|
git commit -m "Site update"
|
|
git push
|