Copy the fmn WSGI app to the right location in stg
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
e60bfd37c7
commit
1628b579b3
1 changed files with 9 additions and 0 deletions
|
@ -96,6 +96,15 @@
|
|||
- notifs
|
||||
- notifs/frontend
|
||||
|
||||
- name: copy custom wsgi file
|
||||
copy: src=fmn.web.wsgi dest=/usr/share/fmn/fmn.web.wsgi mode=0644
|
||||
when: env == "staging"
|
||||
notify:
|
||||
- restart apache
|
||||
tags:
|
||||
- notifs
|
||||
- notifs/frontend
|
||||
|
||||
- name: copy app configuration
|
||||
template: >
|
||||
src=fmn.web.cfg dest=/etc/fmn.web.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue