feat: Add SSH remote script support - before and after rsync
fix: remove _unsafe _dirname feat: add sshCmdArgs option fix: Add promise instead of callback fix: improve logs fix: Add simple command exists instead of a plugin fix: add non interactive install feat: add onStderr and onStdout logs fix: Improve reject messages feat: Add RSYNC_STDOUT env variable feat: Update emojis fix: update workflow actionsmain
parent
f4029512e4
commit
2cd8a820e2
|
@ -57,6 +57,7 @@ jobs:
|
|||
- name: e2e Test published ssh-deploy action
|
||||
uses: easingthemes/ssh-deploy@main
|
||||
env:
|
||||
# ENV Vars created in previous steps:
|
||||
# SSH_PRIVATE_KEY: $EXAMPLE_SSH_PRIVATE_KEY
|
||||
# REMOTE_HOST: $EXAMPLE_REMOTE_HOST
|
||||
REMOTE_USER: ${{ env.TEST_USER }}
|
||||
|
|
Loading…
Reference in New Issue