Skip to content

amsrafid/easy-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

One Command Deployment

It's a simple script to deploy node application into remote server via ftp.

How to use

  • Copy deploy folder.
  • Paste to the root directory of your project.
  • Change server credentials into giver parameters,
    • server (Server host address)
    • user (Username)
    • password (Password)
    • server_path (Remote path in which project will be deployed)
  • Run ./deploy/develop.sh into command line to deploy into development environment.
  • NB: Copy develop.sh and create new script for different environment like staging, production etc. by changing build command to npm run build -- --mode xxxxxxxx. Here, xxxxxxxx is the name of environment.

Authors

Initially development - Sadman Rafid

License

The easy deploy script is open-source script licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages