Testing
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-13 20:06:41 +01:00
parent 522e2cc3b4
commit 25aa9a765f

View File

@ -22,8 +22,8 @@ jobs:
- name: Generate the website - name: Generate the website
run: ~/go/bin/hugo run: ~/go/bin/hugo
- name: A Test - name: Sending my key to file
run: echo "My existing secret is ${{ secrets.RUNNER_SSH_KEY }}" run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key.pub
- name: Copy files over to webserver - name: Copy files over to webserver
run: scp -r ${{ gitea.workspace }}/public/* siab.henv.eu:/srv/nginx/webpage run: scp -r -i ~/key.pub ${{ gitea.workspace }}/public/* siab.henv.eu:/srv/nginx/webpage