Le site arthur.bebou.netlib.re - retour accueil
git clone git://bebou.netlib.re/arthur.bebou
Log | Files | Refs |
commit f7ce573853d7cd3242ed73baf11e7a891de1557b parent 4acbe651e20c3a28a9fa8be7193e93025bbb8284 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Wed, 20 Nov 2024 11:09:15 +0100 bebou -> bb dans mon ssh config Diffstat:
M | makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/makefile b/makefile @@ -1,7 +1,7 @@ .DELETE_ON_ERROR: url=http://localhost:1412 -url=http://arthur.bebou.netlib.re +url=http://arthur.bb.netlib.re sources != find contents -type f -name '*.sh' -and -not -name 'fig*.sh' -and -not -name 'weekdays*' annexes != find contents -type f -not -name '*.sh' @@ -21,7 +21,7 @@ clean:; rm -r public/* exec:; chmod +x ${sources} -deploy:all; rsync -hvr public/* meso@bebou:~/arthur.bebou.netlib.re/ +deploy:all; rsync -hvr public/* meso@bb:~/arthur.bebou.netlib.re/ test : all @echo http://localhost:1412