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 3bacfbf40f
commit 03ee6d0f78
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
env: env:
DEPLOY_HOST: ${{ vars.DEPLOY_HOST }} DEPLOY_HOST: ${{ vars.DEPLOY_HOST }}
DEPLOY_PORT: ${{ vars.DEPLOY_PORT }} DEPLOY_PORT: ${{ vars.DEPLOY_PORT }}
DEPLOY_USER: ${{ vars.DEPLOY_USER }} DEPLOY_USER: ${{ secrets.DEPLOY_USER }}
DEPLOY_PATH: ${{ vars.DEPLOY_PATH }} DEPLOY_PATH: ${{ vars.DEPLOY_PATH }}
run: | run: |
rsync -avz --delete \ rsync -avz --delete \