another test of workflows
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m27s

This commit is contained in:
Henry V Child 2025-02-16 16:34:33 +01:00
parent 472776cd90
commit 9a29e076f2

View File

@ -23,7 +23,10 @@ jobs:
run: ~/go/bin/hugo
- name: Sending my key to file
run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key.pub
run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key
- name: Testing this
run: cat ~/key
- name: Copy files over to webserver
run: scp -i ~/key.pub -r ${{ gitea.workspace }}/public/* siab.henv.eu:/srv/nginx/webpage
run: scp -i ~/key -r ${{ gitea.workspace }}/public/* siab.henv.eu:/srv/nginx/webpage