key
This commit is contained in:
parent
c3741d139d
commit
115df31b90
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ jobs:
|
||||||
port: ${{ vars.SSH_DEPLOY_PORT }}
|
port: ${{ vars.SSH_DEPLOY_PORT }}
|
||||||
username: ${{ secrets.SSH_DEPLOY_USER }}
|
username: ${{ secrets.SSH_DEPLOY_USER }}
|
||||||
password: ${{ secrets.SSH_DEPLOY_PASSWORD }}
|
password: ${{ secrets.SSH_DEPLOY_PASSWORD }}
|
||||||
|
key: ${{ vars.SSH_PRIVATE_KEY }}
|
||||||
script: |
|
script: |
|
||||||
cd ~/repo
|
cd ~/repo
|
||||||
./replace-env.sh HRMS_USER "${{ inputs.version }}"
|
./replace-env.sh HRMS_USER "${{ inputs.version }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue