-
Notifications
You must be signed in to change notification settings - Fork 1
ci: adapt deployment workflow #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
You are nearing your monthly Qodo Merge usage quota. For more information, please visit here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adapts the deployment workflow to support different environments (dev, staging, and production) and adjusts environment variables and branch validation accordingly.
- Adapted deployment jobs for dev, staging, and production with specific configuration and validation.
- Modified environment variable usage and deployment command parameters.
- Added concurrency settings for deployment jobs to avoid overlapping runs.
|
You are nearing your monthly Qodo Merge usage quota. For more information, please visit here. PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
|
@stefanbitcr this also needs to be included into the dev branch to be able to manually use the workflow from dev and deploy latest dev branch to the dev environment |
Will update dev after the merge |
Thx! |
User description
Overview
Environments
Workflow Design
dev
staging
production
PR Type
Enhancement
Description
Restructured deployment workflow for three environments (dev, staging, production)
Added GitHub environment configurations with concurrency controls
Simplified environment variables using centralized configuration
Enhanced deployment triggers with branch-specific validations
Changes diagram
Changes walkthrough 📝
deploy.yml
Multi-environment deployment workflow restructure.github/workflows/deploy.yml
staging, production)
varsconfiguration