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

aaaaaaaaaaaaaaa
This commit is contained in:
silver 2024-09-22 21:51:10 +01:00
parent 9a66680306
commit 118ee3d9eb
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -22,11 +22,9 @@ jobs:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}
# temp one just to get it "built"
- name: "Deploy"
shell: bash
run: |
ls -lah
echo "testing"
echo ${{ secret.KEY }} > tmp.key
ls -lah
scp -v -i tmp.key -r build ${{ secret.USER }}@skynet.skynet.ie:~/public_html/
- shell: bash
run: ls -lah
- shell: bash
run: echo ${{ secret.KEY }} > tmp.key
- shell: bash
run: scp -v -i tmp.key -r build ${{ secret.USER }}@skynet.skynet.ie:~/public_html/