0.1.3 • Published 7 months ago
@patch_dev/ftp-deploy v0.1.3
ftp-deploy
A Node.js package to help with deploying code. Ftp a folder from your local disk to a remote ftp destination. Does not delete from destination directory.
Installation
npm install --save-dev @patch_dev/ftp-deployAnd run
ftp-deploy --host example.com --user demo --password demo --localRoot ./dist/ --remoteRoot /web