1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Fix Ansible script for production

This commit is contained in:
Yohann D'ANELLO
2020-09-04 22:37:18 +02:00
parent 4ddd763886
commit 0f47412c38
10 changed files with 14 additions and 164 deletions

View File

@ -22,3 +22,9 @@
args:
chdir: /var/www/note_kfet
become_user: postgres
- name: Collect static files
command: /var/www/note_kfet/env/bin/python manage.py collectstatic --noinput
args:
chdir: /var/www/note_kfet
become_user: www-data