시간 저장 관련 변경 기존-9시간 있던거 제거하고 입력한 그래도 저장 DB에는 z가 붙어있지만 실제로는 상관없음 #25
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 |