Go back to basics
This commit is contained in:
parent
3b13351906
commit
b148ba10b1
1 changed files with 5 additions and 8 deletions
|
@ -24,11 +24,8 @@ jobs:
|
||||||
# temp one just to get it "built"
|
# temp one just to get it "built"
|
||||||
- name: "Build it locally"
|
- name: "Build it locally"
|
||||||
run: ls -lah build
|
run: ls -lah build
|
||||||
- name: copy file via ssh key
|
- name: "Deploy"
|
||||||
uses: https://forgejo.skynet.ie/Skynet/action-scp@v0.1.10
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
host: skynet.skynet.ie
|
echo ${{ $SSH_KEY }} > tmp.key
|
||||||
username: ${{ secrets.USERNAME }}
|
scp -i tmp.key -r build user@skynet.skynet.ie:~/public_html/
|
||||||
key: ${{ secrets.KEY }}
|
|
||||||
source: "build/*"
|
|
||||||
target: "~/public_html/"
|
|
Loading…
Reference in a new issue