Testing
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m25s

This commit is contained in:
Henry V Child 2025-02-13 18:21:50 +01:00
parent 0d2b44ff40
commit 1ef8c699b1

View File

@ -26,7 +26,9 @@ jobs:
run: ~/go/bin/hugo
- name: A Test
run: echo ${{ secrets.runner_rsa_key }}
env:
RUNNER_RSA_KEY: ${{ secrets.SuperSecret }}
run: echo $RUNNER_RSA_KEY
- name: Copy files over to webserver
run: scp -r ${{ gitea.workspace }}/public/* siab.henv.eu:/srv/nginx/webpage