mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
ci(gitlab-ci): enable deployments of gemini content to tildes [skip ci]
Will skipping CI for now until the new nightly image has been shipped by next scheduled cronjob at GitHub Actions. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
98f0263354
commit
3e4715f48f
1 changed files with 2 additions and 0 deletions
|
@ -21,3 +21,5 @@ curl --oauth2-bearer "$SOURCEHUT_PAGES_TOKEN" \
|
||||||
-Fcontent=@gemini-site.tar.gz \
|
-Fcontent=@gemini-site.tar.gz \
|
||||||
-Fprotocol=GEMINI \
|
-Fprotocol=GEMINI \
|
||||||
"https://pages.sr.ht/publish/${GEMINI_CUSTOM_DOMAIN}"
|
"https://pages.sr.ht/publish/${GEMINI_CUSTOM_DOMAIN}"
|
||||||
|
rsync -rP -e 'ssh -i /run/secrets/passwordless' gmi/ ajhalili2006@p.projectsegfau.lt:/home/ajhalili2006/public_gemini
|
||||||
|
rsync -rP -e 'ssh -i /run/secrets/passwordless' gmi/ ajhalili2006@s1.dimension.sh:/home/ajhalili2006/public_gemini
|
||||||
|
|
Loading…
Reference in a new issue