Fix ci
Some checks failed
Deploy Service / deploy (push) Failing after 7s

This commit is contained in:
Mootfrost 2025-04-13 00:13:37 +03:00
parent be89fac4b2
commit b589f9a5ad
2 changed files with 2 additions and 2 deletions

View file

@ -28,4 +28,4 @@ jobs:
run: |
docker compose build bot
docker compose pull
docker compose up -d --build
docker compose up -d

View file

@ -1,7 +1,7 @@
services:
bot:
&bot
image: nowplaybot
image: nowplaybot:latest
build: .
env_file:
- .env.production