mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 22:44:54 +03:00
Slight error found.
This commit is contained in:
commit
7b9e8a6e34
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -128,6 +128,6 @@ jobs:
|
|||
requirements.txt
|
||||
{{cookiecutter.project_slug}}/requirements/production.txt
|
||||
- name: Install dependencies
|
||||
run: pip install -r {{cookiecutter.project_slug}}/requirements/prod.txt
|
||||
run: pip install -r {{cookiecutter.project_slug}}/requirements/production.txt
|
||||
- name: Production check
|
||||
run: python manage.py check --deploy
|
Loading…
Reference in New Issue
Block a user