Skip to content

Commit

Permalink
update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xmz committed Apr 19, 2024
1 parent fbc057e commit d30b9dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/easingthemes/ssh-deploy.git"
"url": "git+https://github.com/ximplez/ssh-deploy.git"
},
"keywords": [
"deploy",
Expand All @@ -26,9 +26,9 @@
"author": "Dragan Filipovic",
"license": "MIT",
"bugs": {
"url": "https://github.com/easingthemes/ssh-deploy/issues"
"url": "https://github.com/ximplez/ssh-deploy/issues"
},
"homepage": "https://github.com/easingthemes/ssh-deploy#readme",
"homepage": "https://github.com/ximplez/ssh-deploy#readme",
"dependencies": {
"rsyncwrapper": "^3.0.1"
},
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ const { remoteCmdBefore, remoteCmdAfter } = require('./remoteCmd');
const { addSshKey, getPrivateKeyPath, updateKnownHosts } = require('./sshKey');
const { validateRequiredInputs } = require('./helpers');
const inputs = require('./inputs');
const { initConfig } = require('./config');

const run = async () => {
initConfig();
const {
source, remoteUser, remoteHost, remotePort,
deployKeyName, sshPrivateKey,
Expand Down

0 comments on commit d30b9dd

Please sign in to comment.