Merge pull request #27 from 8ocket/develop #9
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 AI Service | |
| on: | |
| push: | |
| branches: [ main ] | |
| jobs: | |
| call-workflow: | |
| uses: 8ocket/cicd/.github/workflows/action-deploy.yml@main | |
| with: | |
| service_name: 'mindlog-ai' | |
| secrets: inherit |