배포를 통해 커뮤니티 커넥터를 사용하고 테스트할 수 있습니다. 헤드 배포는 기본적으로 Apps Script에서 생성되며 항상 현재 작동하는 코드 버전을 포함합니다. 하지만 별도의 버전의 커뮤니티 커넥터에 따라 추가 배포를 만들 수 있습니다.
예를 들어 헤드 배포 외에도 테스트 배포와 프로덕션 배포가 있어야 합니다. 이렇게 하면 안정적이고 테스트된 버전의 커넥터가 사용자에게 출시될 수 있습니다.
다른 버전의 코드 유지관리
Apps Script에서 커뮤니티 커넥터를 개발할 때 프로덕션 및 개발을 위해 별도의 버전의 커넥터 코드를 유지해야 합니다. 또한 다양한 버전을 배포하는 방법도 숙지해야 합니다.
다른 버전의 Apps Script 프로젝트를 유지관리하려면 Apps Script의 버전 문서를 참조하세요.
최신 버전 (HEAD) 배포에는 항상 최신 버전의 코드가 포함됩니다. 이 배포는 개발 목적으로만 사용해야 합니다. HEAD 배포 외에도 Test 배포와 프로덕션 배포가 있어야 합니다. 커넥터를 개발할 때 코드의 증분 버전을 유지한 다음 테스트 및 프로덕션 배포에 적절한 버전을 할당합니다.
[null,null,["최종 업데이트: 2023-12-02(UTC)"],[[["Deployments make your Community Connector available for use and testing, with the Head Deployment automatically containing the latest code version."],["Maintaining separate versions for production and development, along with understanding deployment management, is crucial for connector stability."],["Creating separate deployments like Test and Production, in addition to the Head deployment, ensures a controlled release process."],["Updates to existing deployments can be made by editing the deployment and selecting the desired version, automatically updating for users."],["Utilizing version control within Apps Script and following deployment best practices provides a stable and efficient connector development workflow."]]],[]]