diff options
author | elijah <elijah@riseup.net> | 2014-09-03 12:14:58 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-09-03 12:14:58 -0700 |
commit | 1e8c227e15d3fe34a7d026178c48ea232fe6f1bf (patch) | |
tree | 559084f5c2cf3da1111cc99c0b4527c297ae84b1 | |
parent | 04523f269411cdd43a722d11423c94b2c71482c4 (diff) |
make sure unstable is deploying 'develop' branch of leap_web
-rw-r--r-- | services/webapp.unstable.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/services/webapp.unstable.json b/services/webapp.unstable.json new file mode 100644 index 0000000..9275231 --- /dev/null +++ b/services/webapp.unstable.json @@ -0,0 +1,8 @@ +{ + "webapp": { + "git": { + "source": "https://leap.se/git/leap_web", + "revision": "origin/develop" + } + } +} |