Compare commits

..

3 commits

Author SHA1 Message Date
a09456ca28
update theme to make website build
Some checks failed
/ build (pull_request) Failing after 1m35s
2025-06-30 18:46:11 +02:00
76e10b0505
use older hugo for now to make the website build
Some checks failed
/ build (pull_request) Failing after 1m33s
2025-06-30 17:44:55 +02:00
73b83aa36f
introduce Forgejo Actions CI for deploying website and staging envs
uses cryptoparty.hamburg.ccc.de for now and deploys this PR as the main
site
2025-05-11 02:33:32 +02:00

View file

@ -77,7 +77,7 @@ jobs:
run: |
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" public/ cryptoparty-website-deploy@public-web-static-intern.hamburg.ccc.de:/var/www/cryptoparty-hamburg.de/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: github.event_name == 'pull_request'
with:
name: website-build