mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 21:59:04 +02:00
convenience script
This commit is contained in:
parent
82b0af4432
commit
2620eae32e
1 changed files with 7 additions and 0 deletions
7
refresh-pages.sh
Executable file
7
refresh-pages.sh
Executable 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
|
Loading…
Add table
Reference in a new issue