통합 개요
통합은 Git 호스팅 또는 Slack 봇과 같은 외부 서비스를 사용하고 GitHub의 코드 검토 가져오기 요청 기능을 사용하는 등 현재 개발 프로세스를 유지 관리하는 데 유용합니다. Adobe Commerce on cloud infrastructure 프로젝트에 다음 통합을 추가할 수 있습니다.
Cloud CLI를 사용하여 통합을 추가하려면:
다음 명령은 새 통합에 대한 유형 및 옵션을 선택하는 대화형 프롬프트를 시작합니다.
code language-bash |
---|
|
프로젝트에 대해 구성된 통합을 나열하려면:
code language-bash |
---|
|
샘플 응답:
code language-none |
---|
|
Cloud Console 을(를) 사용하여 통합을 추가하려면:
-
프로젝트 설정 에서 Integrations 을(를) 클릭합니다.
-
통합 유형을 클릭하거나 Add integration 을(를) 클릭합니다.
-
통합 유형 선택 및 구성 단계를 단계별로 안내합니다.
-
통합을 추가하면 통합 보기의 목록에 표시됩니다.
Commerce webhooks
ENABLE_WEBHOOKS 전역 변수을(를) 사용하여 클라우드 프로젝트에서 Commerce 웹후크를 구성할 수 있습니다. Commerce 웹후크는 Commerce에서 생성한 이벤트에 대한 응답으로 외부 서버에 요청을 보냅니다. Webhooks 안내서 에서는 이 기능에 대해 자세히 설명합니다.
일반 웹후크
webhook URL에 대한 POST
JSON 메시지에 사용자 지정 Webhook 통합을 사용하여 Cloud 인프라 및 저장소 이벤트를 캡처하고 보고할 수 있습니다.
웹후크 URL을 추가하려면 다음 구문을 사용합니다.
magento-cloud integration:add --type=webhook --url=https://hook-url.example.com
type
-webhook
통합 유형을 지정합니다.url
—JSON 메시지를 받을 수 있는 웹후크 URL을 제공합니다.
샘플 응답에는 통합을 사용자 지정할 수 있는 기회를 제공하는 일련의 프롬프트가 표시됩니다. 기본(빈) 응답을 사용하면 프로젝트의 모든 환경에 있는 모든 이벤트에 대한 메시지를 보냅니다.
코드를 분기로 푸시하는 것과 같이, 특정 이벤트를 보고하도록 통합을 사용자 지정할 수 있습니다. 예를 들어 사용자가 코드를 분기로 푸시할 때 메시지를 보내는 environment.push
이벤트를 지정할 수 있습니다.
Events to report (--events)
A list of events to report, e.g. environment.push
Default: *
Enter comma-separated values (or leave this blank)
>
pending
, in_progress
또는 complete
상태의 이벤트를 보고하도록 선택할 수 있습니다.
States to report (--states)
A list of states to report, e.g. pending, in_progress, complete
Default: complete
Enter comma-separated values (or leave this blank)
>
특정 환경에 대해 포함 또는 제외 메시지를 사용할 수 있습니다.
Included environments (--environments)
The environment IDs to include
Default: *
Enter comma-separated values (or leave this blank)
>
Excluded environments (--excluded-environments)
The environment IDs to exclude
Enter comma-separated values (or leave this blank)
>
통합이 완료되면 다음과 같은 값의 요약을 받게 됩니다.
Created integration integration-ID (type: webhook)
+-----------------------+------------------------------+
| Property | Value |
+-----------------------+------------------------------+
| id | integration-ID |
| type | webhook |
| events | - '*' |
| environments | - '*' |
| excluded_environments | { } |
| states | - complete |
| url | https://hook-url.example.com |
+-----------------------+------------------------------+
기존 통합 업데이트
기존 통합을 업데이트할 수 있습니다. 예를 들어 다음을 사용하여 상태를 complete
에서 pending
(으)로 변경합니다.
magento-cloud integration:update --states=pending <int-id>
샘플 응답:
Integration integration-ID (webhook) updated
+-----------------------+------------------------------+
| Property | Value |
+-----------------------+------------------------------+
| id | integration-ID |
| type | webhook |
| events | - '*' |
| environments | - '*' |
| excluded_environments | { } |
| states | - pending |
| url | https://hook-url.example.com |
+-----------------------+------------------------------+
보고할 이벤트
environment.access.add
environment.access.remove
environment.activate
environment.backup
environment.branch
environment.deactivate
environment.delete
environment.initialize
master
분기environment.merge
environment.push
environment.restore
environment.route.create
environment.route.delete
environment.route.update
environment.subscription.update
master
환경의 크기가 조정되었지만 콘텐츠 변경 내용은 없습니다environment.synchronize
environment.update.http_access
environment.update.restrict_robots
environment.update.smtp
environment.variable.create
environment.variable.delete
environment.variable.update
project.domain.create
project.domain.delete
project.domain.update