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

This commit is contained in:
Mootfrost 2025-04-13 00:07:51 +03:00
parent 3e58c5ed91
commit 0efa60863e

View file

@ -20,6 +20,13 @@ jobs:
source .env.production
set +o allexport
- name: Load oauth.json
run: |
echo "${{ secrets.SECRET_OAUTH_JSON }}" > oauth.json
set -o allexport
source oauth.json
set +o allexport
- name: Docker Compose Up
run: |
docker compose build bot