Cicd pipeline setup megan azmanov#9
Merged
Conversation
…ign spec yml for design folder to deploy to pages.
…nload when Maven installed
…roperties - config file for spring boot behaviour
…ell as test that checks MaterialApp
Contributor
|
Looks great, thanks Megs. Will do an in-depth explanation in our meeting later. |
|
Thank you megs, for the added workflows, docker infrastructure, tooling and templates. Will look into the "to implement" section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up the full CI/CD foundation for Mealchemy including GitHub Actions workflows, Docker infrastructure, and local testing using ACT
Workflows added
ci.yml runs on every pull request and blocks merging on failure:
wiki-sync.yml runs daily at 02:00 UTC or manually:
deploy-design-spec.yml triggers on push to main/dev when design-spec/** changes:
pr-labeler.yml + labeler.yml automatically labels PRs by changed files:
backend, frontend, engine, wiki, infrastructure labels applied based on which folders were touched
Docker infrastructure
Dockerfile.backend is a multi-stage Spring Boot build:
Dockerfile.engine is a multi-stage Python build:
docker-compose.yml is the local dev stack:
Tooling and templates
To implement: