2.1.901 • Published 5 years ago

ngx-ec2-deploy v2.1.901

Weekly downloads
29
License
MIT
Repository
-
Last release
5 years ago

NGX-EC2-DEPLOY

☁️🚀 Deploy your Nodejs app to Amazon EC2 directly from the Angular CLI 🚀☁️

Quick Start

  1. Install the latest version of Angular cli
 yarn global add @angular/cli
  1. Create a new Angular project
ng new hello-world --defaults

cd hello-world
  1. Add ngx-ec2-deploy to your project
 yarn add ngx-ec2-deploy
  1. After these step your angular.json is update with a new builder:
  "deploy": {
    "builder": "ngx-ec2-deploy:deploy",
    "options": {
      "production": {
        "host": "ec2-3-6-122-80.ap-south-1.compute.amazonaws.com",
        "username": "ec2-user",
        "remotePath": "scripts",
        "privateKey": "ssh/voopik-mumbai.pem",
        "postDeploy": "sudo pm2 restart all"
      }
    }
  }
  1. Run ng deploy to deploy your application to Amazon EC2.

🚀Happy deploying! 🚀

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

The builder is located in the builder folder.

Please make sure to update tests as appropriate.

License

MIT

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

2.1.901

5 years ago

2.1.9

5 years ago

2.1.8

5 years ago

2.1.7

5 years ago

2.1.6

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.5

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago