[BIG]
* Logs moins verbeux, + support config env var ASPNET_LOG_LEVEL * [REFACT/FS] Valid chars + [FIX] inclut maintenant le tiret (`-`) et `=` * scripts de déployement : timings des `sleep` plus sûrs * [HAIRCUT] les commandes de teintes (de la part du client) * index admin des coiffeurs * Maj de ma Home page * Mise en forme * [FIX] suppression de la reference externe aux scripts de ajax.aspnetcdn.com, pour un chargement sans Internet des pages.
This commit is contained in:
@ -9,11 +9,11 @@ set -e
|
||||
cd bin/output/
|
||||
rsync -ravu wwwroot approot root@localhost:$FSPATH
|
||||
|
||||
sleep 3
|
||||
sleep 5
|
||||
ssh root@localhost service kestrel restart
|
||||
)
|
||||
|
||||
sleep 10
|
||||
sleep 15
|
||||
echo "Now, go and try <https://yavscpre.pschneider.fr>"
|
||||
# wait a little, for the processes to become stable
|
||||
sleep 15
|
||||
|
@ -2,17 +2,18 @@
|
||||
|
||||
FSPATH=/srv/www/yavsc
|
||||
|
||||
ssh root@localhost rm -rf $FSPATH/approot/src
|
||||
|
||||
|
||||
(
|
||||
set -e
|
||||
cd bin/output/
|
||||
rsync -ravu wwwroot approot root@localhost:$FSPATH
|
||||
set -e
|
||||
ssh root@localhost rm -rf $FSPATH/approot/src
|
||||
cd bin/output/
|
||||
rsync -ravu wwwroot approot root@localhost:$FSPATH
|
||||
|
||||
sleep 1
|
||||
ssh root@localhost service kestrel restart
|
||||
sleep 5
|
||||
ssh root@localhost service kestrel restart
|
||||
)
|
||||
|
||||
|
||||
# wait a little, for the processes to become stable
|
||||
sleep 10
|
||||
sleep 15
|
||||
|
Reference in New Issue
Block a user