From 823844527aa752955d122b580087d7f119ba797a Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 22 Sep 2024 21:55:12 +0100 Subject: [PATCH] test: testing 13 aaaaaaaaaaaaaaa --- .forgejo/workflows/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 38de5b3..5bc5b73 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -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/ \ No newline at end of file + run: scp -v -i tmp.key -r build ${{ secrets.USER }}@skynet.skynet.ie:~/public_html/ \ No newline at end of file