Testing
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m25s
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m25s
This commit is contained in:
parent
0d2b44ff40
commit
1ef8c699b1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user