igorsimb / mp-monitor

Django app for scraping Wildberries
1 stars 0 forks source link

Integrate Deployment Checks into CI Pipeline #69

Closed coderabbitai[bot] closed 4 months ago

coderabbitai[bot] commented 6 months ago

Related to https://github.com/igorsimb/mp-monitor/issues/63

This issue tracks the integration of deployment checks into the CI pipeline for the project, as discussed in PR #62. The need for this enhancement was highlighted by the commented-out deployment check step in the file.

Reference:

The deployment checks are considered valuable for future CI/CD enhancements, and this issue aims to ensure they are integrated when the project is ready for such updates.

igorsimb commented 6 months ago

Add the following to the test.yml

- name: Check deploy configuration
  run: python manage.py check --deploy --fail-level WARNING