mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-20 14:19:03 +02:00
7 lines
145 B
Bash
Executable file
7 lines
145 B
Bash
Executable file
#!/bin/sh
|
|
|
|
node ./compile-list.js &&
|
|
yarn build &&
|
|
scp -r public/* 250kb.club:/srv/http/250kb.club/ &&
|
|
git commit -am 'updates URLs' &&
|
|
git push
|