convenience script

pull/23/head
koehr 4 years ago
parent 82b0af4432
commit 2620eae32e

@ -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
Loading…
Cancel
Save