From f9b27acb6139a8fb8e55844d95018a18ee3cdc85 Mon Sep 17 00:00:00 2001 From: Mootfrost Date: Sun, 13 Apr 2025 00:50:19 +0300 Subject: [PATCH] Fix ci --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index c3528a5..4a5a697 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}' > /app/oauth.json && python -m alembic upgrade head && python app/__main__.py" callback_listener: