Compare commits
2 commits
e23daa7acb
...
e87640a749
Author | SHA1 | Date | |
---|---|---|---|
e87640a749 | |||
00a4c68307 |
1 changed files with 3 additions and 2 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
|
||||||
scp -v -i tmp.key -r build user@skynet.skynet.ie:~/public_html/
|
ls -lah
|
||||||
|
scp -v -i tmp.key -r build ${{ secret.USER }}@skynet.skynet.ie:~/public_html/
|
Loading…
Reference in a new issue