Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ba1c20a

Browse files
authored
Merge pull request #2128 from magento-devdocs/imported-magento-devdocs-8554
Imported magento devdocs 8554
2 parents d7c803e + a7f8fe3 commit ba1c20a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/cloud/integrations/github-integration.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,26 @@ In order to communicate events—such as a push—with your Cloud Git server, yo
151151
## Test the integration
152152
153153
To verify the integration works, make a change in the GitHub repository and use the magento-cloud CLI to pull the change into the local environment.
154+
155+
## Remove the integration
156+
157+
You can safely remove the Github integration from your project without affecting your code.
158+
159+
{:.procedure}
160+
To remove the Github integration:
161+
162+
1. From the terminal, log in to your {{site.data.var.ece}} project.
163+
164+
1. List your integrations. You need the Github integration ID to complete the next step.
165+
166+
```bash
167+
magento-cloud integration:list
168+
```
169+
170+
1. Delete the integration.
171+
172+
```bash
173+
magento-cloud integration:delete <project-ID>
174+
```
175+
176+
Also, you can remove the Github integration by logging in to your Github account and removing the web hook in the _Webhooks_ tab of the repository _Settings_.

0 commit comments

Comments
 (0)