From e66662bd5d026dabf625c6137df388ee447c4876 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sat, 28 Dec 2024 22:59:31 +0200 Subject: [PATCH] Changed to website username --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d61fbb0..94df063 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: uses: appleboy/scp-action@v0.1.7 with: host: 185.170.113.195 - username: ${{ secrets.USERNAME }} + username: website key: ${{ secrets.SSH_PRIVATE_KEY }} source: "dist/*" target: "/srv/website"