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

CI/CD #598

Open
5 tasks
ajvpot opened this issue May 9, 2022 · 0 comments
Open
5 tasks

CI/CD #598

ajvpot opened this issue May 9, 2022 · 0 comments
Assignees

Comments

@ajvpot
Copy link
Contributor

ajvpot commented May 9, 2022

Continuous Deployment for production. Does not depend on Reproducible Environments:

  • Continuous deployment to production happens when landing code to master
  • Smoke test running after deployment to production (depends on #TBD smoke test)

Continuous Integration for PRs. Does depend on environment rework.

  • Bring up stack for integration tests
  • Execute smoke test on CI

Ideas:

  • GitHub actions to run migrations online but manually?? Ensures migrations are all committed.
@ajvpot ajvpot self-assigned this May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant