Paypal paiment model

This commit is contained in:
Paul Schneider 2017-05-07 22:12:04 +02:00
commit 7b9078c6da
9 changed files with 2305 additions and 14 deletions

View file

@ -8,12 +8,10 @@ FSPATH=/srv/www/yavsc
set -e
ssh root@localhost rm -rf $FSPATH/approot/src
cd bin/output/
rsync -ravu wwwroot approot root@localhost:$FSPATH
sleep 5
ssh root@localhost service kestrel restart
rsync -ravu wwwroot approot root@localhost:$FSPATH
ssh root@localhost service kestrel stop
sleep 1
ssh root@localhost service kestrel start
)
# wait a little, for the processes to become stable
sleep 15