-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
38 lines (37 loc) · 1.16 KB
/
.gitmodules
File metadata and controls
38 lines (37 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# PROD MODULES
[submodule "prod/services/click"]
path = prod/services/click
url = https://github.com/wetfish/click.git
branch = release
[submodule "prod/services/danger"]
path = prod/services/danger
url = https://github.com/wetfish/danger.git
branch = release
[submodule "prod/services/glitch"]
path = prod/services/glitch
url = https://github.com/wetfish/glitch.git
branch = release
[submodule "prod/services/online"]
path = prod/services/online
url = https://github.com/wetfish/online.git
branch = release
[submodule "prod/services/wiki"]
path = prod/services/wiki
url = https://github.com/wetfish/wiki.git
branch = release
[submodule "prod/services/home"]
path = prod/services/home
url = https://github.com/wetfish/wetfish.net
# STAGE MODULES
[submodule "stage/services/wiki"]
path = stage/services/wiki
url = https://github.com/wetfish/wiki.git
branch = release
[submodule "stage/services/forum"]
path = stage/services/forum
url = https://github.com/wetfish/forum.git
branch = master
[submodule "stage/services/home"]
path = stage/services/home
url = https://github.com/wetfish/wetfish.net.git
branch = release