From b589f9a5ada19cc0e2a3fc5c8c7f81228c05f2d0 Mon Sep 17 00:00:00 2001 From: Mootfrost Date: Sun, 13 Apr 2025 00:13:37 +0300 Subject: [PATCH] Fix ci --- .forgejo/workflows/deploy.yaml | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ed59cab..67ee79c 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -28,4 +28,4 @@ jobs: run: | docker compose build bot docker compose pull - docker compose up -d --build \ No newline at end of file + docker compose up -d \ No newline at end of file diff --git a/compose.yml b/compose.yml index 8a7ea32..dbce48a 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ services: bot: &bot - image: nowplaybot + image: nowplaybot:latest build: . env_file: - .env.production