Skip to content

Commit

Permalink
remove the underscore in the service name
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 3, 2024
1 parent 85f5b80 commit 82fa04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
COMMIT_SHA: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
COMMIT_REF: ${{ github.ref }}
MAIN: ${{ github.ref == 'refs/heads/main' }}
SERVICE: audiora_api
SERVICE: audiora-api
PROJECT_ID: ${{ secrets.PROJECT_ID }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
Expand Down

0 comments on commit 82fa04b

Please sign in to comment.