Add option to execute script before and after rsync

This commit is contained in:
Dragan Filipovic 2023-01-02 01:02:44 +01:00
parent 0e7d8019db
commit 5dfe8ebb5a
14 changed files with 278 additions and 213 deletions

View file

@ -30,8 +30,8 @@
},
"homepage": "https://github.com/easingthemes/ssh-deploy#readme",
"dependencies": {
"command-exists": "^1.2.9",
"rsyncwrapper": "^3.0.1"
"rsyncwrapper": "^3.0.1",
"which": "^3.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.36.0",