room exception 수정 완료 전체 postman 테스트 완료 #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Docker Deploy (Dev/Stg) | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| - stg | |
| jobs: | |
| deploy: | |
| uses: gsc-lab/cs25-1-bannote-infra/.github/workflows/shared-service-deploy.yaml@main | |
| with: | |
| service-name: studyroom-service | |
| secrets: inherit |