a basket
This commit is contained in:
@ -8,9 +8,15 @@ ssh root@localhost rm -rf $FSPATH/approot/src
|
||||
set -e
|
||||
cd bin/output/
|
||||
rsync -ravu wwwroot approot root@localhost:$FSPATH
|
||||
|
||||
sleep 1
|
||||
ssh root@localhost service kestrel restart
|
||||
)
|
||||
|
||||
echo "Now, go and try <https://yavscpre.pschneider.fr>"
|
||||
# wait a little, for the processes to become stable
|
||||
sleep 15
|
||||
echo "Then, feel free to launch contrib/rsync-to-prod.sh"
|
||||
sleep 15
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user