[ANN] Sourcehut pages: Gemini capsule hosting

Hello Drew

Drew DeVault writes:

> You can find the details here:
>
> gemini://srht.site

You might want to add "--exclude .git"
to the example manifest given here
gemini://srht.site/automating-deployments.gmi

 ```
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
environment:
  site: your-username.srht.site
tasks:
- package: |
    cd $site
    tar -cvz --exclude .git . > ../site.tar.gz
- upload: |
    acurl -f https://pages.sr.ht/publish/$site \
        -Fcontent=@site.tar.gz \
        -Fprotocol=GEMINI
 ```

Cheers,
~ew

-- 
Keep it simple!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 861 bytes
Desc: not available
URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20210221/0bdc
2651/attachment.sig>

---

Previous in thread (5 of 6): 🗣️ ew.gemini (ew.gemini (a) nassur.net)

View entire thread.