ronin/push.sh
neauoire 8742548eaa *
2020-03-24 16:42:53 +09:00

10 lines
290 B
Bash
Executable File

#!/bin/bash
node scripts/lib/build
rm -r release
mkdir release
cp index.html release/index.html
cp README.txt release/README.txt
~/Applications/butler push ~/Repositories/Hundredrabbits/Ronin/release hundredrabbits/ronin:main
~/Applications/butler status hundredrabbits/ronin
rm -r release