Merge branch 'bckp'

main
Dragan Filipovic 2023-01-02 21:32:08 +01:00
commit 5c0c73092e
2 changed files with 6 additions and 1 deletions

View File

@ -67,6 +67,11 @@ Execution is preformed by storing commands in `.sh` file and executing it via `.
Script to run on host machine after rsync. Script to run on host machine after rsync.
Rsync output is stored in `$RSYNC_STDOUT` env variable. Rsync output is stored in `$RSYNC_STDOUT` env variable.
##### 11. `SSH_CMD_ARGS` (optional, default '-o StrictHostKeyChecking=no')
A list of ssh arguments, they must be prefixed with -o and separated by a comma, for example: -o SomeArgument=no, -o SomeOtherArgument=5
# Usage # Usage
Use the latest version from Marketplace,eg: ssh-deploy@v2 Use the latest version from Marketplace,eg: ssh-deploy@v2

2
dist/index.js vendored

File diff suppressed because one or more lines are too long