Skip to content
Snippets Groups Projects
Commit 4d098df9 authored by Benoît Courty's avatar Benoît Courty Committed by benoit-cty
Browse files

Switch to prod port

parent bc61a35d
Branches
No related tags found
1 merge request!6Ajout de la section Education
......@@ -8,7 +8,7 @@ cd pdf
for c in $(cat ../circo.txt)
do
wget -O $c.pdf "http://localhost:5173/circonscriptions/$c/impression"
wget -O $c.pdf "http://localhost:3000/circonscriptions/$c/impression"
echo "$c Création de la vignette"
convert $c.pdf[0] -resize 50% -background white -flatten -type palette $c.pdf.png > /dev/null
optipng $c.pdf.png > /dev/null 2>/dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment