woodpecker: add POSSE
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Ariadne Conill 2022-08-02 19:45:52 -05:00
parent 5a2e5595e2
commit 928536cb7c
3 changed files with 10 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
public/
oldnewswire.txt

View File

@ -9,5 +9,10 @@ pipeline:
chown 600 $HOME/.ssh/id_ed25519
- apk add hugo rsync openssh-client go git curl
- hugo
- wget -O oldnewswire.txt https://ariadne.space/newswire.txt
- rsync -avzHAX public/ kaniini@ariadne.space:public/
- |
cmp oldnewswire.txt public/newswire.txt || \
curl -s -H "Authorization: Bearer $MASTODON_SECRET" -F "status=$(cat public/newswire.txt)" \
https://social.treehouse.systems/api/v1/statuses
secrets: [SSH_KEY, SSH_KNOWN_HOSTS, MASTODON_SECRET]

View File

@ -1,3 +1,5 @@
{{- range first 1 (where .Site.RegularPages "Section" "blog") -}}
{{ .Title }} - {{ .Permalink }}
{{ .Title }}
{{ .Permalink }}
{{- end -}}