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

Create a CI/CD Pipeline #2

Open
Mbaoma opened this issue Nov 1, 2024 · 0 comments
Open

Create a CI/CD Pipeline #2

Mbaoma opened this issue Nov 1, 2024 · 0 comments

Comments

@Mbaoma
Copy link

Mbaoma commented Nov 1, 2024

This issue proposes setting up a CI/CD pipeline that automates

  • testing the application
  • building the application as a Docker image.
  • deploying the application to digital ocean
    Once built, the image should be pushed to GitHub's image registry for easy access and deployment. This will help streamline the development process, ensuring that tests are run on each commit and that an up-to-date image is always available in the registry.

Objectives:

  • Set up a CI/CD pipeline using GitHub Actions.
  • Run tests.
  • Build a Docker image of the app upon successful testing.
  • Push the built Docker image to GitHub's container registry with appropriate tags for easy versioning.
  • Include a README update to guide users on accessing and using the pre-built images.

You can reference the badgingAPI repo

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