Fix ci
All checks were successful
Deploy Service / deploy (push) Successful in 16s

This commit is contained in:
Mootfrost 2025-04-13 00:52:50 +03:00
parent f9b27acb61
commit 2a5aae1e06

View file

@ -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: