Compare commits

...

2 commits

Author SHA1 Message Date
e87640a749
test: testing 9
All checks were successful
On_Push / build (push) Successful in 2s
actually yse the user
2024-09-22 21:45:31 +01:00
00a4c68307
test: testing 8
actually yse the secret
2024-09-22 21:45:06 +01:00

View file

@ -27,5 +27,6 @@ jobs:
- name: "Deploy"
shell: bash
run: |
echo ${{ $SSH_KEY }} > tmp.key
scp -v -i tmp.key -r build user@skynet.skynet.ie:~/public_html/
echo ${{ secret.KEY }} > tmp.key
ls -lah
scp -v -i tmp.key -r build ${{ secret.USER }}@skynet.skynet.ie:~/public_html/