actually yse the user
This commit is contained in:
parent
00a4c68307
commit
e87640a749
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secret.KEY }} > tmp.key
|
echo ${{ secret.KEY }} > tmp.key
|
||||||
ls -lah
|
ls -lah
|
||||||
scp -v -i tmp.key -r build user@skynet.skynet.ie:~/public_html/
|
scp -v -i tmp.key -r build ${{ secret.USER }}@skynet.skynet.ie:~/public_html/
|
Loading…
Reference in a new issue