mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-21 20:12:10 +10:00
Merge branch 'master' into feature/SSH-DEPLOY-refactor
# Conflicts: # .gitignore # README.md # dist/index.js # src/index.js
This commit is contained in:
commit
62063532be
5 changed files with 25 additions and 16 deletions
|
@ -59,7 +59,7 @@ const sshDeploy = (() => {
|
|||
})();
|
||||
|
||||
const run = () => {
|
||||
validateInputs([SSH_PRIVATE_KEY, REMOTE_HOST, REMOTE_USER]);
|
||||
validateInputs({ SSH_PRIVATE_KEY, REMOTE_HOST, REMOTE_USER });
|
||||
|
||||
sshDeploy.init({
|
||||
src: `${GITHUB_WORKSPACE}/${SOURCE}` || '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue