Open SuMineLee opened 2 years ago
Options for triggering a CD workflow
Controlling workflow execution with job conditionals : if: ${{contains(github.event.pull_request.issues.*.name, spin up)}} --> 조건부 실행.
Deploying to Microsoft Azure with a GitHub deploy action : azure/login | azure/docker-login | azure/webapps-container-deploy
Storing credentials with GitHub Secrets : GitHub Organization Secrets
Using GitHub actions to create and delete Azure resources : 빌드 : artifact github/upload-artifact 도커 이미지 생성 : artifact github/download-artifact 도커 이미지
애저 로그인 : azure/login with : creds 도커 서버 로그인 : auzre/docker-login with: login-server username password 웹앱 컨테이너 서버배포 : azure/webapps-deploy
Environment Protection : required-reviewers / wait timer
Workflow status badge
: 추가할 yml url주소 + "badge.svg?branch=브랜치명"
[2차] Learning Path 4 복습 :