From 8e8105de8fbbc204ff8e04f287fd721b7a00ec89 Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Tue, 6 Mar 2018 15:57:24 +0300 Subject: [PATCH] Spaces in production.yml --- {{cookiecutter.project_slug}}/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/production.yml b/{{cookiecutter.project_slug}}/production.yml index e242f99fb..469903d9b 100644 --- a/{{cookiecutter.project_slug}}/production.yml +++ b/{{cookiecutter.project_slug}}/production.yml @@ -44,7 +44,7 @@ services: redis: image: redis:3.0 -{% if cookiecutter.use_celery == 'y' %} + {% if cookiecutter.use_celery == 'y' %} celeryworker: <<: *django depends_on: @@ -64,4 +64,4 @@ services: - ./.envs/.production/.django - ./.envs/.production/.postgres command: /start-celerybeat.sh -{% endif %} + {% endif %}