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