sync prod script using pre one
This commit is contained in:
parent
8b207b6461
commit
1e98193d3b
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…
Add table
Add a link
Reference in a new issue