fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove mismatched html tags
[redakcja.git]
/
deployment
/
environment_template.py
diff --git
a/deployment/environment_template.py
b/deployment/environment_template.py
index
581b45c
..
0ba081f
100644
(file)
--- a/
deployment/environment_template.py
+++ b/
deployment/environment_template.py
@@
-1,14
+1,15
@@
+# -*- coding: utf-8 -*-
from fnpdjango.deploy import DebianGunicorn
from base import Environment
env1 = Environment(
from fnpdjango.deploy import DebianGunicorn
from base import Environment
env1 = Environment(
- host
=
'',
- user
=
'',
- app_path
=
'',
- services
=
[
+ host
=
'',
+ user
=
'',
+ app_path
=
'',
+ services
=
[
DebianGunicorn('')
],
DebianGunicorn('')
],
- node_bin_path = '/usr/bin',
- npm_bin = 'npm',
-)
\ No newline at end of file
+ node_bin_path='/usr/bin',
+ npm_bin='npm',
+)