sync prod script using pre one

main
Paul Schneider 9 years ago
parent 6bc6bd23a3
commit e3eb16eed7
1 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@ FSPATH=/srv/www/yavsc
(
set -e
ssh root@localhost service kestrel stop
ssh root@localhost rm -rf $FSPATH/approot/src
ssh root@localhost rm -rf $FSPATH/approot
cd bin/output/
sleep 1
rsync -ravu wwwroot approot root@localhost:$FSPATH

Loading…