chore: gregtime to use gemini API key

This commit is contained in:
Bastian de Byl
2026-01-18 12:50:17 -05:00
parent ca1a12ba60
commit 9974e2f773
3 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,8 @@
- host
env:
TZ: America/New_York
# Gemini AI for @bot ask command
GEMINI_API_KEY: "{{ gemini_api_key }}"
# Zomboid RCON configuration for Discord restart command
ZOMBOID_RCON_HOST: "127.0.0.1"
ZOMBOID_RCON_PORT: "{{ zomboid_rcon_port }}"

View File

@@ -92,10 +92,10 @@
- import_tasks: containers/home/gregtime.yml
vars:
image: localhost/greg-time-bot:1.6.0
image: localhost/greg-time-bot:1.7.4
tags: gregtime
- import_tasks: containers/home/zomboid.yml
vars:
image: docker.io/cm2network/steamcmd:root
tags: zomboid
tags: zomboid

Binary file not shown.