removed .github & push.sh

This commit is contained in:
Atlas Cove 2021-09-24 19:21:43 +01:00
parent dd71a820a3
commit 3b53856b14
2 changed files with 0 additions and 14 deletions

4
.github/FUNDING.yml vendored
View File

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

10
push.sh
View File

@ -1,10 +0,0 @@
#!/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