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