Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggested documentation changes for github integration with adobe commerce cloud #46

Merged
merged 4 commits into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion help/cloud-guide/integrations/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You can choose to step through the CLI prompts using `magento-cloud integration:

| Option | Required? | Description |
| ----------------------- | --------- | --------------------------------- |
| `--base-url` | Yes | The base URL of the server installation, which may be `https://github.com/` or a custom. Omit this option if your repository is hosted with public Github. |
| `--base-url` | Yes | The base URL of the server installation, which may be `https://github.com/` or a custom. Omit this option if your repository is hosted with public Github or if your repository is not hosted on private servers. Omit this option if your repository URL is similar to `https://github.com/{account}/{repository-name}`. This can cause errors like `Unable to connect to GitHub: repository not found`. |
| `--token` | Yes | The personal access token that you generated for GitHub |
| `--repository` | Yes | The repository name: `owner-or-organisation/repository` |
| `--build-pull-requests` | Optional | Instructs Adobe Commerce on cloud infrastructure to deploy after you merge a pull request (`true` by default) |
Expand Down