Copy the fmn WSGI app to the right location in stg

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-06-15 13:33:04 +00:00
parent e60bfd37c7
commit 1628b579b3

View file

@ -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