|
|
@@ -24,11 +24,11 @@ include:
|
|
24
|
24
|
- require:
|
|
25
|
25
|
- file: /data/clients/andrew
|
|
26
|
26
|
|
|
27
|
|
-/data/clients/andrew/xword/static:
|
|
28
|
|
- file.directory:
|
|
29
|
|
- - require:
|
|
30
|
|
- - file: /data/clients/andrew/xword
|
|
31
|
|
- - git: xword
|
|
|
27
|
+#/data/clients/andrew/xword/static:
|
|
|
28
|
+# file.directory:
|
|
|
29
|
+# - require:
|
|
|
30
|
+# - file: /data/clients/andrew/xword
|
|
|
31
|
+# - git: xword
|
|
32
|
32
|
|
|
33
|
33
|
xword:
|
|
34
|
34
|
git.latest:
|
|
|
@@ -69,12 +69,12 @@ xword_config:
|
|
69
|
69
|
- require:
|
|
70
|
70
|
- git: xword
|
|
71
|
71
|
|
|
72
|
|
-xword_collectstatic:
|
|
73
|
|
- cmd.run:
|
|
74
|
|
- - name: /data/virtualenvs/xword/bin/python3 /data/clients/andrew/xword/manage.py collectstatic --noinput --verbosity 0 --clear --link
|
|
75
|
|
- - require:
|
|
76
|
|
- - file: /data/clients/andrew/xword/static
|
|
77
|
|
- - onchanges:
|
|
78
|
|
- - virtualenv: /data/virtualenvs/xword
|
|
79
|
|
- - git: xword
|
|
80
|
|
- - file: xword_config
|
|
|
72
|
+#xword_collectstatic:
|
|
|
73
|
+# cmd.run:
|
|
|
74
|
+# - name: /data/virtualenvs/xword/bin/python3 /data/clients/andrew/xword/manage.py collectstatic --noinput --verbosity 0 --clear --link
|
|
|
75
|
+# - require:
|
|
|
76
|
+# - file: /data/clients/andrew/xword/static
|
|
|
77
|
+# - onchanges:
|
|
|
78
|
+# - virtualenv: /data/virtualenvs/xword
|
|
|
79
|
+# - git: xword
|
|
|
80
|
+# - file: xword_config
|