You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your library belongs to the same git provider as the one of your project, you need to set your composer.json. Here is an other example.
39
+
21
40
```
22
41
{
23
42
"name": "continuousphp/my-application",
@@ -34,6 +53,7 @@ is an example of how to configure *Composer*:
34
53
]
35
54
}
36
55
```
56
+
37
57
Notice that despite of using directly your git provider url (i.e bitbucket.org, gitlab.com ...) as a hostname, we need to use a specific syntax *keyname-bb* where:
38
58
39
59
****keyname*** refers to the key name specified in your pipeline settings
@@ -49,9 +69,6 @@ The below table lists each prefix associated to git hosting services.
49
69
<tr>
50
70
<td>gh</td><td>github.com</td>
51
71
</tr>
52
-
<tr>
53
-
<td>gl</td><td>gitlab.com</td>
54
-
</tr>
55
72
</table>
56
73
57
74
@@ -66,76 +83,4 @@ Then you can get the deploy key used by ContinuousPHP and add it to your library
66
83
67
84
In this way, you don't need to refer any keys in your pipeline settings.
68
85
69
-
70
-
## Using private repositories from Satis
71
-
72
-
Using SSH Keys to authenticate, you can use your own Satis Proxy to install private dependencies with *Composer*. Let's create
73
-
an example of how to mirror repositories with Satis and then use them with *Composer* :
0 commit comments