mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-27 06:37:56 +02:00
Publish module redirect on https://go.uploadedlobster.com/scotty
This commit is contained in:
parent
e1c9fb6076
commit
3ce0851f45
4 changed files with 27 additions and 0 deletions
5
pages/publish.sh
Executable file
5
pages/publish.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue