This commit is contained in:
2017-04-08 09:17:15 +02:00
parent 2d08770288
commit 2f0c1ff25f
35 changed files with 2787 additions and 62 deletions

View File

@ -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