Un site pour la promotion de catium - retour accueil
git clone git://bebou.netlib.re/site-catium
Log | Files | Refs | README |
commit 15bdb864656bf24ea629e2e9dcf4acc619044ec1 parent c609a1b591a72c1d10c65b40487f8c0f5b119f03 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 27 Nov 2025 13:21:43 +0100 On met à jour que les fichier nécessaires 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 755 ${sources} -deploy: all; rsync -e 'ssh -p 1459' -hvr public/* pi@bebou.netlib.re:/home/pi/catium.bebou.netlib.re/ +deploy: all; rsync -av -e 'ssh -p 1459' -hvr public/* pi@bebou.netlib.re:/home/pi/catium.bebou.netlib.re/ updatescreens:; bin/updatescreens