Fix Ansible script for production
This commit is contained in:
parent
4ddd763886
commit
0f47412c38
10 changed files with 14 additions and 164 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue