test: testing 17
All checks were successful
On_Push / build (push) Successful in 3s

aaaaaaaaaaaaaaa
This commit is contained in:
silver 2024-09-22 21:59:26 +01:00
parent 7ed8e6100a
commit e612c8e972
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -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/