Revert DEPLOY_USER back to a secret
Build and deploy / build-and-deploy (push) Failing after 39s

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 53f6c3da23
commit 88a9e83e35
+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 \