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

Implement Continuous Deployment #246

Closed
gesparza3 opened this issue Jul 18, 2022 · 0 comments · Fixed by #247
Closed

Implement Continuous Deployment #246

gesparza3 opened this issue Jul 18, 2022 · 0 comments · Fixed by #247
Labels
help wanted Extra attention is needed pipeline Updates CI/CD

Comments

@gesparza3
Copy link
Contributor

Quickly get new features delivered to users by automatically deploying to prod after promoting through dev. Each set of changes should:

  • Run through CI(lint & unit test)
  • Deploy successfully to dev
  • Run functional tests(depends on Implement functional testing #245)
  • Create new Github Release
  • Deploy to prod
@gesparza3 gesparza3 added help wanted Extra attention is needed pipeline Updates CI/CD labels Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed pipeline Updates CI/CD
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant