5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
rsync -ruvpP --delete public/ server:/var/www/startpage
|
|
git add .
|
|
git commit -m "Update startpage."
|
|
git push
|