Github - Deploying a Nest.js App to AWS Elastic Beanstalk (Node.js Platform) with Github Actions
Steps
What do we need?
Add Procfile to the root of your Nest.js Application
Procfile to the root of your Nest.js Applicationweb:npm run start:prodAdd .ebignore to the root of your Nest.js Application
.ebignore to the root of your Nest.js Application/node_modulesSet Environment Variable PORT to 8080 at Elastic Beanstalk - Config
PORT to 8080 at Elastic Beanstalk - Config
GitHub Workflow files
PreviousGithub - Deploying a Nest.js App to AWS Elastic Beanstalk (Docker Platform) with Github ActionsNextUsing Fastlane to automate beta deployments and releases for your iOS and Android apps
Last updated