From 2a5aae1e06e9f1107fa2a95f127d9398f12428f9 Mon Sep 17 00:00:00 2001 From: Mootfrost Date: Sun, 13 Apr 2025 00:52:50 +0300 Subject: [PATCH] Fix ci --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 4a5a697..43f9785 100644 --- a/compose.yml +++ b/compose.yml @@ -9,7 +9,7 @@ services: - OAUTH_JSON restart: unless-stopped command: > - sh -c "echo '${OAUTH_JSON}' > /app/oauth.json && python -m alembic upgrade head && python app/__main__.py" + sh -c "echo '${OAUTH_JSON}' | base64 --decode > /app/oauth.json && python -m alembic upgrade head && python app/__main__.py" callback_listener: