Un site pour la promotion de catium - retour accueil
git clone git://bebou.netlib.re/site-catium
Log | Files | Refs | README |
commit 50a0dede47854aa15bb44d9d4a2adf5b5ef384dc parent db7c427bf90d572d0c0035f1d19dbee7c90a0c1e Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Sat, 26 Oct 2024 17:49:48 +0200 Règle générique pour deploy Diffstat:
M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -18,7 +18,7 @@ clean:; rm -r public/* exec:; chmod +x ${sources} -deploy: all; rsync -hvr public/* pi@bebou:~/catium.bebou.netlib.re/ +deploy: all; rsync -hvr public/* --port=1459 pi@bebou.netlib.re:/home/pi/catium.bebou.netlib.re/ updatescreens:; bin/updatescreens