Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

rckt-deploy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rckt-deploy

Deploy your web app in second.

latest
Source
npmnpm
Version
1.1.4
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Rocket deploy 🚀

Installation

npm i rckt-deploy

Add to root directory of your project file .rckt-deploy.json

Example of this file:

{
    "user": "fpt-user",
    "password": "", //no password will prompt for password on every deploy
    "host": "ftp.host.com",
    "port": 21,
    "remoteRoot": "www/web/"
}

To run the deployment

npm run deploy

Can be used with any programming language and any ftp/ftps.

Add exclude file don't remove it on deploy, you have to allow delete whole folder.

Original source: https://github.com/simonh1000/ftp-deploy

Keywords

ftp

FAQs

Package last updated on 16 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts