We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dddd31 commit ad8fa9fCopy full SHA for ad8fa9f
.gitmodules
@@ -7,3 +7,6 @@
7
[submodule "hackasaurus.org"]
8
path = hackasaurus.org
9
url = git://github.com/hackasaurus/hackasaurus.org.git
10
+[submodule "webxray"]
11
+ path = webxray
12
+ url = https://github.com/hackasaurus/webxray.git
fabfile/__init__.py
@@ -26,6 +26,7 @@ def import_fabfile(pathname):
26
27
htmlpad = import_fabfile(path('..', 'htmlpad'))
28
hackasaurus = import_fabfile(path('..', 'hackasaurus.org'))
29
+webxray = import_fabfile(path('..', 'webxray'))
30
31
@task
32
def configure():
@@ -48,6 +49,7 @@ def deploy():
48
49
hackasaurus.deploy()
50
htmlpad.deploy()
51
hackpub.deploy()
52
+ webxray.deploy()
53
54
55
def test(run=None):
webxray
0 commit comments