branch-deploy
Enabling Branch Deployments through IssueOps with GitHub Actions - If you find this project useful, give it a star! ⭐️
파일 탐색기
최종 버전 다운로드 (.zip)- exclude.txt
- bug.yml
- question.yml
- sample-workflow.yml
- acceptance.yml
- actions-config-validation.yml
- copilot-setup-steps.yml
- lint.yml
- package-check.yml
- release.yml
- test.yml
- CODEOWNERS
- dependabot.yml
- cases.json
- actions-status.test.ts
- admin.test.ts
- branch-ruleset-checks.test.ts
- check-input.test.ts
- commit-safety-checks.test.ts
- context-check.test.ts
- dedent.test.ts
- deployment-confirmation.test.ts
- deployment-template.test.ts
- deployment.test.ts
- deprecated-checks.test.ts
- environment-targets.test.ts
- format-lock-reason.test.ts
- help.test.ts
- identical-commit-check.test.ts
- is-timestamp-older.test.ts
- issue-command.test.ts
- json-code-block.test.ts
- label.test.ts
- lock.test.ts
- naked-command-check.test.ts
- outdated-check.test.ts
- params.test.ts
- post-deploy-message.test.ts
- post-deploy.test.ts
- post.test.ts
- prechecks.test.ts
- react-emote.test.ts
- selected-ref-check.test.ts
- string-to-array.test.ts
- time-diff.test.ts
- timestamp.test.ts
- trigger-check.test.ts
- truncate-comment-body.test.ts
- trusted-deployment-template.test.ts
- unlock-if-unchanged.test.ts
- unlock-on-merge.test.ts
- unlock.test.ts
- valid-branch-name.test.ts
- valid-deployment-order.test.ts
- valid-permissions.test.ts
- action.schema.yml
- test_deployment_message.md
- js-yaml.d.ts
- action-contract.test.ts
- action-io.test.ts
- actions-core.test.ts
- coverage-reporter.test.ts
- dependency-policy.test.ts
- docs-security.test.ts
- main-no-dispatch.test.ts
- main-post-dispatch.test.ts
- main-run-dispatch.test.ts
- main.test.ts
- node-test-helpers.test.ts
- node-test-helpers.ts
- test-helpers.ts
- types.test.ts
- typescript-policy.test.ts
- unsafe-fixtures.ts
- version.test.ts
- coverage.svg
- index.js
- index.js.map
- licenses.txt
- package.json
- sourcemap-register.cjs
- sourcemap-register.js
- mismatch_pull_request_dismiss_stale_reviews_on_push.png
- mismatch_pull_request_require_code_owner_review.png
- mismatch_pull_request_required_approving_review_count.png
- mismatch_required_status_checks_strict_required_status_checks_policy.png
- missing_deletion.png
- missing_non_fast_forward.png
- missing_pull_request.png
- missing_required_deployments.png
- custom-comment.png
- deployment-approved.png
- deployment-rejected.png
- deployment-timeout.png
- ignore-ci-checks.png
- only-using-checks-for-one-ci-job.png
- pr-reviews.png
- required-ci-checks-example.png
- required-ci-checks.png
- sha-deployment.png
- ship-it.jpg
- update-branch-setting.png
- branch-rulesets.md
- checks.md
- custom-deployment-messages.md
- deploying-commit-SHAs.md
- deployment-confirmation.md
- deployment-payload.md
- deprecated.md
- enforced-deployment-order.md
- examples.md
- hubot-style-deployment-locks.md
- locks.md
- maintainer-guide.md
- merge-commit-strategy.md
- naked-commands.md
- outdated_mode.md
- parameters.md
- sha-deployments.md
- trusted-checkouts.md
- unlock-on-merge.md
- usage.md
- v11-to-v12-upgrade-guide.md
- issue_comment_deploy.json
- issue_comment_deploy_main.json
- issue_comment_deploy_noop.json
- acceptance
- test
- error.ts
- action-status.ts
- admin.ts
- api-headers.ts
- branch-ruleset-checks.ts
- check-input.ts
- check-lock-file.ts
- colors.ts
- commit-safety-checks.ts
- context-check.ts
- dedent.ts
- deployment-confirmation.ts
- deployment-operation.ts
- deployment-template.ts
- deployment.ts
- deprecated-checks.ts
- direct-operation.ts
- environment-targets.ts
- format-lock-reason.ts
- help.ts
- identical-commit-check.ts
- inputs.ts
- is-timestamp-older.ts
- issue-command.ts
- json-code-block.ts
- label.ts
- lock-metadata.ts
- lock.ts
- naked-command-check.ts
- outdated-check.ts
- params.ts
- post-deploy-message.ts
- post-deploy.ts
- post.ts
- precheck-gates.ts
- prechecks.ts
- react-emote.ts
- selected-ref-check.ts
- string-to-array.ts
- suggested-rulesets.ts
- time-diff.ts
- timestamp.ts
- trigger-check.ts
- truncate-comment-body.ts
- trusted-deployment-template.ts
- unlock-if-unchanged.ts
- unlock-on-merge.ts
- unlock.ts
- valid-branch-name.ts
- valid-deployment-order.ts
- valid-permissions.ts
- vendor.d.ts
- action-io.ts
- actions-core.ts
- main.ts
- operation-result.ts
- trust-boundaries.ts
- types.ts
- version.ts
- index.ts
- mock-github.ts
- runner.ts
- types.ts
- coverage-reporter.ts
- typescript-policy.ts
- .gitattributes
- .gitignore
- .node-version
- .npmrc
- .prettierignore
- .prettierrc.json
- action.yml
- AGENTS.md
- CONTRIBUTING.md
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsconfig.runtime.json
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/github/branch-deploy
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd branch-deploy
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd dist
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
