mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-11 15:34:51 +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
|
requirements.txt
|
||||||
{{cookiecutter.project_slug}}/requirements/production.txt
|
{{cookiecutter.project_slug}}/requirements/production.txt
|
||||||
- name: Install dependencies
|
- 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
|
- name: Production check
|
||||||
run: python manage.py check --deploy
|
run: python manage.py check --deploy
|
Loading…
Reference in New Issue
Block a user