250kb-club/refresh-pages.sh
2020-11-26 23:45:29 +01:00

7 lines
183 B
Bash
Executable file

#!/bin/sh
node ./compile-list.js &&
yarn build &&
scp -r build/* 250kb.club:/srv/http/250kb.club/ &&
git commit -am 'updates URLs' &&
git push sourcehut main && git push origin main