test: testing 13
Some checks failed
On_Push / build (push) Failing after 2s

aaaaaaaaaaaaaaa
This commit is contained in:
silver 2024-09-22 21:55:12 +01:00
parent 587005bfb6
commit 823844527a
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

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