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

Deploy from main branch instead of release branch #1969

Closed
5 tasks done
coreycarvalho opened this issue Aug 29, 2024 · 1 comment
Closed
5 tasks done

Deploy from main branch instead of release branch #1969

coreycarvalho opened this issue Aug 29, 2024 · 1 comment

Comments

@coreycarvalho
Copy link

coreycarvalho commented Aug 29, 2024

User Story - Business Need

Currently, we use the main branch to deploy to perf and release to deploy to staging and production. This means that the main branch isn't serving any purpose other than being a holding ground for perf deploys. In order to facilitate a smoother CI/CD pipeline, we want to deploy everything from main and get rid of the release branch.

  • Ticket is understood, and QA has been contacted (if the ticket has a QA label).

User Story(ies)

As a VA Notify developer
I want to deploy to staging and production from main
So that we can streamline our CI/CD process.

Additional Info and Resources

Acceptance Criteria

  • Github actions/workflows are updated to deploy from main instead of release
  • Github actions/workflows that cut the release branch are removes
  • All existing pipeline steps remain the same. (Approvals, for example)
  • This work is added to the sprint review slide deck (key win bullet point and demo slide)

QA Considerations

  • Verify that things still work as expected (tag is cut on main, main is deployed to higher envs, etc)

Potential Dependencies

@kbelikova-oddball
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants