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

feat: add GitHub workflows for building and deploying Docker image an… #43

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

MountainGod2
Copy link
Owner

…d continuous deployment

  • Added a new file .github/workflows/build.yml for building and deploying Docker image to GitHub Container Registry.
  • Added a new file .github/workflows/cd.yml for handling release and deployment.
  • Deleted the file .github/workflows/ci-cd.yml.
  • Added a new file .github/workflows/ci.yml for continuous integration.

These changes introduce GitHub workflows to automate the build, deployment, and continuous integration processes for the project.

  • Please check if the PR fulfills these requirements
  • The commit message follows the guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:

…d continuous deployment

- Added a new file `.github/workflows/build.yml` for building and deploying Docker image to GitHub Container Registry.
- Added a new file `.github/workflows/cd.yml` for handling release and deployment.
- Deleted the file `.github/workflows/ci-cd.yml`.
- Added a new file `.github/workflows/ci.yml` for continuous integration.

These changes introduce GitHub workflows to automate the build, deployment, and continuous integration processes for the project.
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.77%. Comparing base (4c5d9f2) to head (d32ec79).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #43   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          12       12           
  Lines         448      448           
  Branches       49       49           
=======================================
  Hits          447      447           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarqubecloud bot commented Oct 7, 2024

@MountainGod2 MountainGod2 merged commit d1938db into main Oct 7, 2024
8 checks passed
@MountainGod2 MountainGod2 deleted the dev branch October 7, 2024 19:45
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

Successfully merging this pull request may close these issues.

1 participant