Fix CI SFTP

This commit is contained in:
2024-06-20 12:15:30 +02:00
parent b4bfd37f67
commit f5584b1c97

View File

@@ -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 }}