aaaaaaaaaaaaaaa
This commit is contained in:
parent
587005bfb6
commit
823844527a
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ jobs:
|
|||
- shell: bash
|
||||
run: ls -lah
|
||||
- shell: bash
|
||||
run: echo ${{ secret.KEY }} > tmp.key
|
||||
run: echo ${{ secrets.KEY }} > tmp.key
|
||||
- shell: bash
|
||||
run: ls -lah
|
||||
- shell: bash
|
||||
run: scp -v -i tmp.key -r build ${{ secret.USER }}@skynet.skynet.ie:~/public_html/
|
||||
run: scp -v -i tmp.key -r build ${{ secrets.USER }}@skynet.skynet.ie:~/public_html/
|
Loading…
Reference in a new issue