Github - Deploying a Nest.js App to AWS Elastic Beanstalk (Docker Platform) with Github Actions
Create a workflow for staging and production instances
Click on Actions tab within the Github repo and then Press on New workflow


You can skip this (Choose a workflow template) and click the Setup a workflow yourself and start from scratch.
Setup workflow files

production.yml
staging.yml
Add AWS secrets to Github

Push code to Github then Github Action will deploy your app to aws automatically
PreviousGithub - Deploying a React Next.js App to AWS S3 with Github ActionsNextGithub - Deploying a Nest.js App to AWS Elastic Beanstalk (Node.js Platform) with Github Actions
Last updated