Skip to content

Commit 346a880

Browse files
committed
trigger deployment
1 parent 4d1412c commit 346a880

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/deploy-agent.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ name: Deploy Agent to LiveKit Cloud
33
on:
44
push:
55
branches:
6-
- main
6+
- production # We are using production branch for the agent deployment! But you maybe need to change it to main for your own use case.
77
- nikita/v2
88
paths:
99
- 'agent/**'
10-
- '!agent/livekit.toml'
11-
- '!agent/README.md'
12-
- '!agent/**/*.md'
1310
workflow_dispatch:
1411
inputs:
1512
operation:

agent/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
load_dotenv(dotenv_path=".env.local")
2929

30-
logger = logging.getLogger("gemini-playground-agent")
30+
logger = logging.getLogger("gemini-playground")
3131
logger.setLevel(logging.INFO)
3232

3333

0 commit comments

Comments
 (0)