Update: Added K8s & Jenkins CI/CD#8
Merged
Merged
Conversation
✅ Deploy Preview for fullstack-learning-management-system canceled.
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates documentation formatting in the README to use proper blockquote lines for the “IMPORTANT” note.
- Split the inline admonition into two separate blockquote lines
- Ensured consistency of note formatting
Comments suppressed due to low confidence (1)
README.md:150
- [nitpick] GitHub-flavored Markdown doesn’t recognize the
[!IMPORTANT]admonition syntax. Consider merging these two lines into a single blockquote with bold text, for example:> **IMPORTANT**: Our backend server may spin down due to inactivity, so you may experience delays in loading data initially…
> [!IMPORTANT]
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
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.
Pull Request Template
Overview
This pull request implements the CI/CD pipeline for the LMS application. It includes:
Files Changed
.github/workflows/ci.yml(added full pipeline config)frontend/__tests__/package.jsonscripts.dockerignoreand adjustedDockerfilefor backend & frontendTesting
pytest -qworks for the backendnpm testandnpm run coveragefor the frontendScreenshots (if applicable)
N/A (pipeline config)
Notes to Reviewers
contextandfilepathsDeployment Notes
secrets.GITHUB_TOKENis available for GHCR pushRenderandVercelaccounts are ready for actual deployment once the placeholders are swapped with real commands