From e87640a749e0940b9f750c3bb7fa20983047515b Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 22 Sep 2024 21:45:31 +0100 Subject: [PATCH] test: testing 9 actually yse the user --- .forgejo/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 6d3a3cb..dd49fe0 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -29,4 +29,4 @@ jobs: run: | echo ${{ secret.KEY }} > tmp.key ls -lah - scp -v -i tmp.key -r build user@skynet.skynet.ie:~/public_html/ \ No newline at end of file + scp -v -i tmp.key -r build ${{ secret.USER }}@skynet.skynet.ie:~/public_html/ \ No newline at end of file