Skip to content

Commit 55cb2c5

Browse files
Readme Fix
1 parent 3b853ce commit 55cb2c5

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/andreapollastri/cipi/latest/logo.png" width="120" alt="Cipi">
2+
<img src="https://raw.githubusercontent.com/andreapollastri/cipi/latest/logo.png" width="240" alt="Cipi">
33
</p>
44

5-
<h1 align="center">Cipi</h1>
6-
75
<p align="center">
8-
<strong>Install and manage your server like a pro.</strong><br>
9-
The open-source control panel built exclusively for Laravel.
6+
<h2>Cipi</h2>
7+
<strong>Easy Laravel Deployments</strong><br>
8+
The open-source deploy CLI exclusively for Laravel.
109
</p>
1110

1211
<p align="center">
@@ -159,7 +158,7 @@ Copy the SSH key and add it as a **Deploy Key**:
159158
- **Bitbucket:** Repository → Settings → Access keys
160159
- **Gitea:** Repository → Settings → Deploy Keys
161160

162-
This works with **any Git provider** that supports SSH keys. No OAuth, no SSO — just standard SSH authentication.
161+
This works with **any Git provider** that supports SSH keys.
163162

164163
### 3. Deploy
165164

@@ -488,7 +487,7 @@ After installing the agent, configure a webhook in your Git provider:
488487
| --------- | ------------------------------------- | --------------------- |
489488
| GitHub | `https://yourdomain.com/cipi/webhook` | Set as "Secret" |
490489
| GitLab | `https://yourdomain.com/cipi/webhook` | Set as "Secret token" |
491-
| Bitbucket | `https://yourdomain.com/cipi/webhook` | |
490+
| Bitbucket | `https://yourdomain.com/cipi/webhook` | Set as "Secret token" |
492491
| Gitea | `https://yourdomain.com/cipi/webhook` | Set as "Secret" |
493492

494493
The token is in your `.env` as `CIPI_WEBHOOK_TOKEN` (also visible via `cipi deploy myapp --webhook`).

0 commit comments

Comments
 (0)