mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 05:38:05 +00:00
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 actions
This commit is contained in:
parent
f4029512e4
commit
2cd8a820e2
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
@ -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
Block a user