mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 11:34:00 +03:00
Set some environment variables
This commit is contained in:
parent
56268ec82c
commit
a625327226
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -35,6 +35,10 @@ jobs:
|
||||||
- name: Extended
|
- name: Extended
|
||||||
args: "use_celery=y use_drf=y js_task_runner=Gulp"
|
args: "use_celery=y use_drf=y js_task_runner=Gulp"
|
||||||
|
|
||||||
|
env:
|
||||||
|
DOCKER_BUILDKIT: 1
|
||||||
|
COMPOSE_DOCKER_CLI_BUILD: 1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
|
@ -64,6 +68,7 @@ jobs:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CELERY_BROKER_URL: "redis://localhost:6379/0"
|
CELERY_BROKER_URL: "redis://localhost:6379/0"
|
||||||
|
DATABASE_URL: "postgres://postgres"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user