CI ⁄ CD

·CI ⁄ CD
Referencehttps://octopus.com/docs/getting-startedhttps://youtu.be/LPfi1IiIgzc?si=uz_KCEIMyLBfvIhT Octopus DeployDeployment automation and release management tool It is particularly useful in the context of CI/CD pipelines.  FeaturesDevOps tool helps you automate your processesRelease ManagementDeployment AutomationOperations RunbooksOctopus assumes you already have a CI system up and running, an..
·CI ⁄ CD/GitLab
◇ 공부 기록용으로 작성하였으니 틀린점, 피드백 주시면 감사하겠습니다 ◇ include GitLab CI/CD에서 외부의 YAML 파일을 읽어 가져 올 때 include라는 것을 사용한다. 1. 다른 프로젝트의 파일을 가져오기 include: - project: '프로젝트 경로' file: '파일 경로' ref: '브랜치/태그/커밋' 사용 예시 include: - project: 'devops-contrib/gitlab/templates' file: 'terraform/steps/Terraform.gitlab-ci.yml' ref: '6bb5dd26d4c297c6e3ab7bce6e38553ada021417' 2. 외부 파일 가져오기 include: - local: '파일 경로' 사용 예시 include:..
찌르비
'CI ⁄ CD' 카테고리의 글 목록