This commit is contained in:
Philipp Wolfer 2023-11-24 08:10:50 +01:00
parent e1c9fb6076
commit 3ce0851f45
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
4 changed files with 27 additions and 0 deletions

5
pages/publish.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
cd $(dirname "$0")
tar -C scotty -cvzf ./pages.tar.gz index.html
hut pages publish -d go.uploadedlobster.com -s scotty pages.tar.gz