going to live
This commit is contained in:
parent
893d5a5ecf
commit
000a984659
21 changed files with 2495 additions and 183 deletions
|
|
@ -4,10 +4,14 @@ FSPATH=/srv/www/yavsc
|
|||
|
||||
(
|
||||
set -e
|
||||
ssh root@localhost service kestrel stop
|
||||
ssh root@localhost rm -rf $FSPATH/approot/src
|
||||
cd bin/output/
|
||||
sleep 1
|
||||
rsync -ravu wwwroot approot root@localhost:$FSPATH
|
||||
sleep 1
|
||||
ssh root@localhost sync
|
||||
ssh root@localhost service kestrel restart
|
||||
sleep 1
|
||||
ssh root@localhost service kestrel start
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue