Paypal paiment model

This commit is contained in:
2017-05-07 22:12:04 +02:00
parent 5bbe8bdfbd
commit a8437733ae
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