site-catium

Un site pour la promotion de catium - retour accueil

git clone git://bebou.netlib.re/site-catium
Log | Files | Refs | README |

commit a87277f5269fe4e5add12c4f2ff8e4935c6feba6
parent b440cc0a78a218507b213bfc3e66a375b2f33739
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Thu, 17 Oct 2024 13:14:47 +0200

make deploy construit le site avant de déployer

Diffstat:
Mmakefile | 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:; rsync -hvr public/* pi@bebou:~/catium.bebou.netlib.re/ +deploy: all; rsync -hvr public/* pi@bebou:~/catium.bebou.netlib.re/ updatescreens:; bin/updatescreens