Skip to content
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

Create CI/CD for deploying to dev/prod #28

Closed
san99tiago opened this issue Jul 9, 2023 · 1 comment
Closed

Create CI/CD for deploying to dev/prod #28

san99tiago opened this issue Jul 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@san99tiago
Copy link
Owner

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).
@san99tiago san99tiago added the enhancement New feature or request label Jul 9, 2023
@san99tiago san99tiago self-assigned this Jul 9, 2023
@san99tiago
Copy link
Owner Author

Closed with PR #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant