This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
View Course
GitHub Actions: Continuous Delivery with AWS
Steps
- Configure a trigger based on labels
- Trigger a job on specific labels
- Deploy a Node.js app to AWS for the first time
- Merge the staging workflow
- Create an S3 bucket
- Approve pull request
- Test the staging action
- Write the production deployment trigger
- Complete the deployment to production workflow
- Create the Docker image and push it to GitHub Packages
- Merge the production workflow