convenience script

This commit is contained in:
koehr 2020-11-22 23:44:36 +01:00
parent 82b0af4432
commit 2620eae32e

7
refresh-pages.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
node ./compile-list.js &&
yarn build &&
scp -r public/* 250kb.club:/srv/http/250kb.club/ &&
git commit -am 'updates URLs' &&
git push