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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user