This commit is contained in:
Paul Schneider 2017-04-08 09:17:15 +02:00
commit a96faa6f6c
35 changed files with 2787 additions and 62 deletions

View file

@ -8,6 +8,11 @@ ssh root@localhost rm -rf $FSPATH/approot/src
set -e
cd bin/output/
rsync -ravu wwwroot approot root@localhost:$FSPATH
sleep 1
ssh root@localhost service kestrel restart
)
# wait a little, for the processes to become stable
sleep 10