test: testing 8
actually yse the secret
This commit is contained in:
parent
e23daa7acb
commit
00a4c68307
1 changed files with 2 additions and 1 deletions
|
@ -27,5 +27,6 @@ jobs:
|
||||||
- name: "Deploy"
|
- name: "Deploy"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo ${{ $SSH_KEY }} > tmp.key
|
echo ${{ secret.KEY }} > tmp.key
|
||||||
|
ls -lah
|
||||||
scp -v -i tmp.key -r build user@skynet.skynet.ie:~/public_html/
|
scp -v -i tmp.key -r build user@skynet.skynet.ie:~/public_html/
|
Loading…
Reference in a new issue