From f5584b1c97909cf51a58cef5a3253a8da4e74d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Thu, 20 Jun 2024 12:15:30 +0200 Subject: [PATCH] Fix CI SFTP --- .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 c21f97f..a8ebd10 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: with: remote-protocol: sftp remote-host: ${{ secrets.SERVER_HOST }} - remote-user: ${{ secrets.SERVER_USER }} + remote-user: ${{ secrets.SERVER_USERNAME }} remote-password: ${{ secrets.SERVER_PASSWORD }} remote-path: ${{ secrets.SERVER_DIRECTORY }} report-port: ${{ secrets.SERVER_PORT }} \ No newline at end of file