Compare commits

..

No commits in common. "master" and "dd71a820a35d52e8cb37551545d7e86a45356998" have entirely different histories.

2 changed files with 14 additions and 0 deletions

4
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,4 @@
# These are supported funding model platforms
patreon: "100"
liberapay: hundredrabbits

10
push.sh Executable file
View File

@ -0,0 +1,10 @@
#!/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/Dotgrid/release hundredrabbits/dotgrid:main
~/Applications/butler status hundredrabbits/dotgrid
rm -r release