Revert DEPLOY_USER back to a secret

Only host/port were asked to move to variables; user stays a secret.
This commit is contained in:
2026-08-13 15:22:00 +00:00
parent c9daa14ec8
commit 89bd4280b7
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
env:
DEPLOY_HOST: ${{ vars.DEPLOY_HOST }}
DEPLOY_PORT: ${{ vars.DEPLOY_PORT }}
DEPLOY_USER: ${{ vars.DEPLOY_USER }}
DEPLOY_USER: ${{ secrets.DEPLOY_USER }}
DEPLOY_PATH: ${{ vars.DEPLOY_PATH }}
run: |
rsync -avz --delete \