moleculemaker / chemscraper-frontend

MIT License
1 stars 0 forks source link

Setup CI/CD Pipelines (github action) #9

Open yashdeep97 opened 1 year ago

yashdeep97 commented 1 year ago

Description: Setup continuous integration and continuous delivery (CI/CD) pipelines for the FastAPI application using GitHub Actions.

Acceptance Criteria:

  1. The CI pipeline runs tests on every push to the repository.
  2. The CD pipeline builds a Docker image and deploys it to the specified environment on every push to the main branch.