|
1 | 1 | [
|
2 | 2 | {
|
3 |
| - "git": "https://github.com/mongodb/docs-bi-connector.git", |
4 |
| - "branches": "../../data/bi-connector-published-branches.yaml", |
5 |
| - "build": "mkdir -p build/master && make publish" |
| 3 | + "git": "[email protected]:10gen/cloud-docs.git", |
| 4 | + "branches": ["master"], |
| 5 | + "build": "make publish", |
| 6 | + "deploy": "make deploy" |
6 | 7 | },
|
7 | 8 | {
|
8 |
| - "git": "https://github.com/mongodb/docs-spark-connector.git", |
9 |
| - "branches": "../../data/spark-connector-published-branches.yaml", |
10 |
| - "build": "giza make publish" |
| 9 | + "name": "atlasOSB", |
| 10 | + "git": "[email protected]:10gen/cloud-docs-osb.git", |
| 11 | + "branches": "../../data/atlas-open-service-broker-published-branches.yaml", |
| 12 | + "build": "make publish", |
| 13 | + "deploy": "make deploy" |
11 | 14 | },
|
12 | 15 | {
|
13 |
| - "git": "https://github.com/mongodb/docs.git", |
14 |
| - "branches": "../../data/manual-published-branches.yaml", |
15 |
| - "build": "make publish" |
| 16 | + "git": "https://github.com/mongodb/docs-bi-connector.git", |
| 17 | + "branches": "../../data/bi-connector-published-branches.yaml", |
| 18 | + "build": "make publish", |
| 19 | + "deploy": "make deploy" |
16 | 20 | },
|
17 | 21 | {
|
18 |
| - "name": "mms-onprem", |
19 |
| - "git": "[email protected]:10gen/mms-docs.git", |
20 |
| - "branches": "../../data/mms-published-branches.yaml", |
21 |
| - "build": "giza make publish-onprem" |
| 22 | + "git": "[email protected]:10gen/docs-charts.git", |
| 23 | + "branches": "../../data/charts-published-branches.yaml", |
| 24 | + "build": "make publish", |
| 25 | + "deploy": "make deploy" |
22 | 26 | },
|
23 | 27 | {
|
24 | 28 | "name": "mms-cloud",
|
25 | 29 | "git": "[email protected]:10gen/mms-docs.git",
|
26 | 30 | "branches": ["master"],
|
27 |
| - "build": "make publish-cloud" |
28 |
| - }, |
29 |
| - { |
30 |
| - "git": "[email protected]:10gen/baas-docs.git", |
31 |
| - "branches": "../../data/stitch-published-branches.yaml", |
32 |
| - "build": "make publish" |
| 31 | + "build": "make publish-cloud", |
| 32 | + "deploy": "make deploy-cloud" |
33 | 33 | },
|
34 | 34 | {
|
35 |
| - "git": "https://github.com/mongodb/docs-compass.git", |
| 35 | + "git": "git@github.com:mongodb/docs-compass.git", |
36 | 36 | "branches": "../../data/compass-published-branches.yaml",
|
37 |
| - "build": "make publish" |
| 37 | + "build": "make publish", |
| 38 | + "deploy": "make deploy" |
38 | 39 | },
|
39 | 40 | {
|
40 |
| - "git": "[email protected]:10gen/docs-charts.git", |
41 |
| - "branches": "../../data/charts-published-branches.yaml", |
42 |
| - "build": "make publish" |
| 41 | + "git": "[email protected]:mongodb/docs-commandline-tools.git", |
| 42 | + "branches": ["master"], |
| 43 | + "build": "make publish", |
| 44 | + "deploy": "make deploy" |
43 | 45 | },
|
44 | 46 | {
|
45 |
| - "git": "[email protected]:10gen/cloud-docs.git", |
| 47 | + "name": "guides", |
| 48 | + "git": "[email protected]:10gen/docs-tutorials.git", |
46 | 49 | "branches": ["master"],
|
47 |
| - "build": "make publish" |
| 50 | + "build": "make publish", |
| 51 | + "deploy": "make deploy" |
48 | 52 | },
|
49 | 53 | {
|
50 |
| - "git": "https://github.com/mongodb/docs-php-library.git", |
51 |
| - "branches": "../../data/php-library-published-branches.yaml", |
52 |
| - "build": "make publish" |
| 54 | + "git": "[email protected]:10gen/docs-k8s-operator.git", |
| 55 | + "branches": "../../data/kubernetes-operator-published-branches.yaml", |
| 56 | + "build": "make publish", |
| 57 | + "deploy": "make deploy" |
53 | 58 | },
|
54 | 59 | {
|
55 |
| - "git": "https://github.com/mongodb/docs-ruby.git", |
56 |
| - "branches": "../../data/ruby-driver-published-branches.yaml", |
57 |
| - "build": "make publish" |
| 60 | + "git": "[email protected]:10gen/docs-kafka-connector.git", |
| 61 | + "branches": "../../data/kafka-connector-published-branches.yaml", |
| 62 | + "build": "make publish", |
| 63 | + "deploy": "make deploy" |
58 | 64 | },
|
59 | 65 | {
|
60 |
| - "git": "[email protected]:10gen/docs-mongoid.git", |
61 |
| - "branches": "../../data/mongoid-published-branches.yaml", |
62 |
| - "build": "make publish" |
| 66 | + "git": "[email protected]:mongodb/docs-landing.git", |
| 67 | + "branches": ["master"], |
| 68 | + "build": "make build", |
| 69 | + "deploy": "make deploy" |
63 | 70 | },
|
64 | 71 | {
|
65 | 72 | "git": "[email protected]:mongodb/docs-meta.git",
|
66 | 73 | "branches": ["master"],
|
67 |
| - "build": "make publish" |
| 74 | + "build": "make publish", |
| 75 | + "deploy": "make deploy" |
68 | 76 | },
|
69 | 77 | {
|
70 |
| - "git": "[email protected]:mongodb/docs-ecosystem.git", |
71 |
| - "branches": ["master"], |
72 |
| - "build": "make publish" |
| 78 | + "git": "[email protected]:10gen/docs-mongocli.git", |
| 79 | + "branches": "../../data/mongocli-published-branches.yaml", |
| 80 | + "build": "make publish", |
| 81 | + "deploy": "make deploy" |
| 82 | + }, |
| 83 | + { |
| 84 | + "name": "mms-onprem", |
| 85 | + "git": "[email protected]:10gen/mms-docs.git", |
| 86 | + "branches": "../../data/mms-published-branches.yaml", |
| 87 | + "build": "make publish-onprem", |
| 88 | + "deploy": "make deploy-opsmgr" |
| 89 | + }, |
| 90 | + { |
| 91 | + "git": "https://github.com/mongodb/docs-spark-connector.git", |
| 92 | + "branches": "../../data/spark-connector-published-branches.yaml", |
| 93 | + "build": "make publish", |
| 94 | + "deploy": "make deploy" |
| 95 | + }, |
| 96 | + { |
| 97 | + "git": "[email protected]:mongodb/docs-php-library.git", |
| 98 | + "branches": "../../data/php-library-published-branches.yaml", |
| 99 | + "build": "true", |
| 100 | + "deploy": "make deploy" |
| 101 | + }, |
| 102 | + { |
| 103 | + "git": "[email protected]:mongodb/docs-ruby.git", |
| 104 | + "branches": "../../data/ruby-driver-published-branches", |
| 105 | + "build": "make publish", |
| 106 | + "deploy": "make deploy" |
| 107 | + }, |
| 108 | + { |
| 109 | + "git": "[email protected]:mongodb/docs.git", |
| 110 | + "branches": "../../data/manual-published-branches", |
| 111 | + "build": "make publish", |
| 112 | + "deploy": "make deploy" |
73 | 113 | },
|
74 | 114 | {
|
75 |
| - "git": "https://github.com/mongodb/docs-landing.git", |
| 115 | + "git": "git@github.com:mongodb/docs-mongodb-shell.git", |
76 | 116 | "branches": ["master"],
|
77 |
| - "build": "", |
78 |
| - "docs-tools": false |
| 117 | + "build": "make publish", |
| 118 | + "deploy": "make deploy" |
79 | 119 | }
|
80 | 120 | ]
|
0 commit comments