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"
|
||||
shell: bash
|
||||
run: |
|
||||
echo ${{ $SSH_KEY }} > tmp.key
|
||||
scp -v -i tmp.key -r build user@skynet.skynet.ie:~/public_html/
|
||||
echo ${{ secret.KEY }} > tmp.key
|
||||
ls -lah
|
||||
scp -v -i tmp.key -r build ${{ secret.USER }}@skynet.skynet.ie:~/public_html/
|
Loading…
Reference in a new issue