Skip to content

Commit

Permalink
Add github action workflow links to README
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorBeck authored Sep 3, 2024
1 parent 29a23d8 commit 7a770b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Note: Make sure you have Node.js (version 14 or later, ideally 20) and npm insta
- Firebase for authentication and real-time database
- Axios for API requests
- Domain hosted in Route 53
- [Github Actions Workflow](https://github.com/TaylorBeck/poultrypro-client/blob/main/.github/workflows/azure-deployment.yml) using Github Action secrets
### Backend
Expand All @@ -127,8 +128,9 @@ Note: Make sure you have Node.js (version 14 or later, ideally 20) and npm insta
- CORS for Cross-Origin Resource Sharing
- Helmet for setting various HTTP headers for security
- Morgan for HTTP request logging
- Dotenv for environment variable management
- Azure App Service Environment Variables for environment variable management
- Azure App Service (P0v3 plan)
- ([Github Action Workflow](https://github.com/TaylorBeck/poultrypro-server/blob/main/.github/workflows/azure-deployment.yml))
- Custom autoscaling rules:
- Scale out: +1 instance when CPU > 70% for 5 minutes
- Scale in: -1 instance when CPU < 25% for 5 minutes
Expand Down

0 comments on commit 7a770b1

Please sign in to comment.