You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current approach requires some manual commands for build and deploy the solution. The idea of this ticket, is to implement a CI/CD robust approach (could be with GitHub Actions or AWS CodeBuild) to automate this process based on the branch.
feature/xxxx branches should deploy to AWS dev account.
main branch should deploy to AWS prod account.
Other branches should NOT trigger CI/CD (like refactor/xxx or docs/xxx, etc).
The text was updated successfully, but these errors were encountered:
Current approach requires some manual commands for
build
anddeploy
the solution. The idea of this ticket, is to implement a CI/CD robust approach (could be with GitHub Actions or AWS CodeBuild) to automate this process based on the branch.feature/xxxx
branches should deploy to AWSdev
account.main
branch should deploy to AWSprod
account.refactor/xxx
ordocs/xxx
, etc).The text was updated successfully, but these errors were encountered: