-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(iac): Move deployment manifests to this repository #76
feat(iac): Move deployment manifests to this repository #76
Conversation
850c7a2
to
a4f741c
Compare
End to end tests result: (click here for a full report) Total Tests in Suite: 1, |
b2256b8
to
ba8c3a0
Compare
1f35da7
to
29abb45
Compare
29abb45
to
c3917b2
Compare
c3917b2
to
dbbf6fa
Compare
This change moves deployment manifests back from the "delivery" repository to this repository, and adjusts the deployment & undeployment workflows accordingly. This also includes the following low-level changes: 1. Increase test expectations & global timeouts 2. Split the "pr_deploy" workflow to 3 separate workflows: - Build: run on each push - Deploy PR: deploys each PR when it changes - Deploy main branch: deploys the "main" branch when it changes 3. Deployment now provides environment name and URL 4. End-to-end testing begins once FluxCD notifies that it finished 5. Redis was upgraded 6. Neo4j's migration script readability was improved a bit
dbbf6fa
to
6f3df0e
Compare
No description provided.