This commit is contained in:
2017-05-12 12:15:57 +02:00
parent a8437733ae
commit db02e965dc
44 changed files with 2799 additions and 351 deletions

View File

@ -2,16 +2,12 @@
FSPATH=/srv/www/yavsc
(
set -e
ssh root@localhost rm -rf $FSPATH/approot/src
cd bin/output/
rsync -ravu wwwroot approot root@localhost:$FSPATH
ssh root@localhost service kestrel stop
sleep 1
ssh root@localhost service kestrel start
ssh root@localhost sync
ssh root@localhost service kestrel restart
)