Compare commits
No commits in common. "e87640a749e0940b9f750c3bb7fa20983047515b" and "e23daa7acb58c4cf53246cf1ff73f3126be2fe8e" have entirely different histories.
e87640a749
...
e23daa7acb
1 changed files with 2 additions and 3 deletions
|
@ -27,6 +27,5 @@ jobs:
|
|||
- name: "Deploy"
|
||||
shell: bash
|
||||
run: |
|
||||
echo ${{ secret.KEY }} > tmp.key
|
||||
ls -lah
|
||||
scp -v -i tmp.key -r build ${{ secret.USER }}@skynet.skynet.ie:~/public_html/
|
||||
echo ${{ $SSH_KEY }} > tmp.key
|
||||
scp -v -i tmp.key -r build user@skynet.skynet.ie:~/public_html/
|
Loading…
Reference in a new issue