250kb-club/refresh-page.sh
2022-04-11 15:57:58 +02:00

3 lines
302 B
Bash
Executable file

docker ps | grep yellowlabtools || docker run --privileged -p 8383:8383 -v $PWD/yltresults:/usr/src/ylt/results ousamabenyounes/yellowlabtools &
sleep 10
deno run --allow-read --allow-write --allow-net index.ts && zola build && git add -A && git commit -m 'pages update' && git push && git push origin