
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
ngx-ec2-deploy
Advanced tools
☁️🚀 Deploy your Nodejs app to Amazon EC2 directly from the Angular CLI 🚀☁️
yarn global add @angular/cli
ng new hello-world --defaults
cd hello-world
ngx-ec2-deploy
to your project
yarn add ngx-ec2-deploy
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"
}
}
}
ng deploy
to deploy your application to Amazon EC2.🚀Happy deploying! 🚀
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.
Thanks goes to these wonderful people (emoji key):
![]() Akash Gupta 💻 🖋 👀 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
Deploy Nestjs app to Amazon EC2 directly from the Angular CLI
The npm package ngx-ec2-deploy receives a total of 0 weekly downloads. As such, ngx-ec2-deploy popularity was classified as not popular.
We found that ngx-ec2-deploy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.