aaaaaaaaaaaaaaa
This commit is contained in:
parent
7ed8e6100a
commit
e612c8e972
1 changed files with 4 additions and 7 deletions
|
@ -23,10 +23,7 @@ jobs:
|
|||
ref_name: ${{ gitea.ref_name }}
|
||||
# temp one just to get it "built"
|
||||
- shell: bash
|
||||
run: ls -lah
|
||||
- shell: bash
|
||||
run: echo "${{ secrets.KEY }}" > tmp.key
|
||||
- shell: bash
|
||||
run: ls -lah
|
||||
- shell: bash
|
||||
run: scp -v -i tmp.key -r build ${{ secrets.USERNAME }}@skynet.skynet.ie:/home/${{ secrets.USERNAME }}/public_html/
|
||||
run: |
|
||||
echo "${{ secrets.KEY }}" > tmp.key
|
||||
chmod 600 tmp.key
|
||||
scp -v -i tmp.key -r build ${{ secrets.USERNAME }}@skynet.skynet.ie:/home/${{ secrets.USERNAME }}/public_html/
|
Loading…
Reference in a new issue