Closed MantisClone closed 2 months ago
[!CAUTION]
Review failed
The pull request is closed.
Two new GitHub Actions workflows have been introduced: one for deploying to a production environment and another for deploying to a staging environment. The production workflow is triggered manually or upon release publication, while the staging workflow is triggered manually or on pushes to the main
branch. Both workflows utilize curl
commands to make webhook requests to specified API endpoints, incorporating securely stored deployment keys.
Files | Change Summary |
---|---|
.github/workflows/deploy-to-production.yml |
New workflow Deploy to production for automated deployment triggered manually or by release. |
.github/workflows/deploy-to-staging.yml |
New workflow Deploy to staging for automated deployment triggered manually or on pushes to main . |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Changes
Summary by CodeRabbit
These enhancements streamline the deployment process, allowing for manual or automatic updates to both production and staging environments, improving overall efficiency.