File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ It manages automated deployment workflows based on webhooks for your projects.
1414
1515* PHP 5.5+
1616* PHP mcrypt extension
17- * sqlite or other doctrine compatible SGBD (sqlite is currently the only one officially supported)
17+ * ** sqlite** or other doctrine compatible SGBD (sqlite is currently the only one officially supported)
18+
19+ :warning : the PHP sqlite extension is not installed by default.
1820
1921# Installation by Docker ( Container Service )
2022
@@ -65,7 +67,7 @@ Also enable apache mod rewrite in order to support webhook routes
6567```
6668
6769* ** --provider** The application provider to use (currently, continuousphp is the only supported application provider)
68- * ** --token** A valid token to consume the provider API
70+ * ** --token** A valid token to consume the provider API (ie: continuousphp API token)
6971* ** --repository-provider** The repository provider to use (ie: git-hub, bitbucket...)
7072 * (for continuousphp only)*
7173* ** --repository** The repository key to use (ie: continuousphp/deploy-agent)
@@ -74,6 +76,12 @@ Also enable apache mod rewrite in order to support webhook routes
7476* ** --name** The name of the application
7577* ** --path** The destination path of the application
7678
79+ ### Token
80+
81+ The ` token ` depends on the Provider. At this time, the continousphp API is the only one supported.
82+ You can retrieve your personal ` token ` on your Profile page at [ continuousphp.com/profile] ( https://continuousphp.com/profile/ )
83+
84+
7785## Deploy an application
7886```
7987./agent deploy application [--name=] [--build=]
You can’t perform that action at this time.
0 commit comments