강의일기장 알림 수동 트리거 dev endpoint 추가 (#513) #65
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: Deploy-batch-dev-native | |
| on: | |
| push: | |
| branches: [ develop ] | |
| jobs: | |
| deploy: | |
| uses: ./.github/workflows/_deploy-native.yml | |
| with: | |
| ocir_repository: snutt-dev/snutt-timetable-batch | |
| dockerfile: batch/Dockerfile-native | |
| secrets: | |
| OCI_AUTH_TOKEN: ${{ secrets.OCI_AUTH_TOKEN }} | |
| DEPLOYER_APP_ID: ${{ secrets.DEPLOYER_APP_ID }} | |
| DEPLOYER_APP_PRIVATE_KEY: ${{ secrets.DEPLOYER_APP_PRIVATE_KEY }} |