- Setting GitHub Organization Teams
Add Release
- Add context
Organization Settings > Contexts > add approvers
Contexts > approvers > Add Security Group > Release
- .circleci/workflow.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
version: 2.1 orbs: aws-ecr: circleci/aws-ecr@7.0.0 aws-ecs: circleci/aws-ecs@2.2.0 aws-cli: circleci/aws-cli@2.0.0 slack: circleci/slack@3.4.2 references: default_config: &default_config docker: - image: hashicorp/terraform:1.0.5 resource_class: small working_directory: ~/project environment: TERRAFORM_ENV: ~/project/ check_canaria_deploy: <<: *default_config steps: - *add_alpine_mirror_repo - run: name: install package command: | apk add bash curl jq - run: echo "canaria deploy ready ok !!" - slack/status: fail_only: true mentions: 'here' failure_message: 'Error check canaria deploy 🚨 \n :innocent: ${CIRCLE_USERNAME} :branch: ${CIRCLE_BRANCH}' webhook: ${SLACK_WEBHOOK} - slack/notify: title: 👍 color: '#42f486' message: 'canaria deploy ready OK !! \n :grin: ${CIRCLE_USERNAME} :branch: ${CIRCLE_BRANCH}' webhook: ${SLACK_WEBHOOK} ~省略~ deploy_app_canaria: when: << pipeline.parameters.deploy_app_canaria >> jobs: - check_canaria_deploy - slack/approval-notification: message: "Approve the deployment to the canaria environment. \n :grin: ${CIRCLE_USERNAME} :branch: ${CIRCLE_PULL_REQUESTS}" color: "#F5E911" mentions: 'here' webhook: ${SLACK_WEBHOOK_CANARIA} requires: - check_canaria_deploy - hold: type: approval requires: - check_canaria_deploy - deploy_app_canaria: context: approvers requires: - hold |
Was this helpful?
0 / 0
1989年生まれのFindy/SRE。ホスティングから大規模なアドテクなどのインフラエンジニアとして携わる。現在はサービスの信頼性向上、DevOps、可用性、レイテンシ、パフォーマンス、モニタリング、オブザーバビリティ、緊急対応、AWSでのインフラ構築、Docker開発環境の提供、IaC、新技術の検証、リファクタリング、セキュリティ強化、分析基盤の運用などを担当している。個人事業主では数社サーバー保守とベンチャー企業のSREインフラコンサルティングやMENTA/TechBullで未経験者にインフラのコーチング/コミュニティマネージャーとして立ち上げと運営をしている。また、過去「脆弱性スキャナVuls」のOSS活動もしており、自称エバンジェリスト/技術広報/テクニカルサポート/コントリビュータでもある。