another test of workflows
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m27s
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m27s
This commit is contained in:
parent
472776cd90
commit
9a29e076f2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user