mirror of
https://github.com/fspc/workstand.git
synced 2026-09-17 00:51:39 -04:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
- name: migrate app
|
||||
action: django_manage command=migrate app_path={{ app_dir }} settings={{ settings_module }} virtualenv={{ venv }}
|
||||
ignore_errors: yes
|
||||
environment:
|
||||
SECRET_KEY: "{{ django_key }}"
|
||||
DB_PASSWORD: "{{ db_user_password }}"
|
||||
|
||||
|
||||
- name: collect static
|
||||
action: django_manage command="collectstatic --noinput" app_path={{ app_dir }} settings={{ settings_module }} virtualenv={{ venv }}
|
||||
ignore_errors: yes
|
||||
environment:
|
||||
SECRET_KEY: "{{ django_key }}"
|
||||
DB_PASSWORD: "{{ db_user_password }}"
|
||||
Reference in New Issue
Block a user