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