6 lines
214 B
Bash
Executable File
6 lines
214 B
Bash
Executable File
#!/bin/bash
|
|
ssh root@localhost rm -rf /srv/www/yavscpre/approot/src
|
|
rsync -ravu --exclude=.git --chown=www-data:www-data wwwroot approot root@localhost:/srv/www/yavscpre
|
|
ssh root@localhost service kestrel restart
|
|
|