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

This commit is contained in:
Mootfrost 2025-04-13 00:20:26 +03:00
parent 609fc1371c
commit c4ddc7eddf

View file

@ -15,14 +15,14 @@ jobs:
- name: Load environment variables
run: |
echo "${{ secrets.SECRET_ENV_FILE }}" > .env.production
echo "${{ vars.ENV_FILE }}" > .env.production
set -o allexport
source .env.production
set +o allexport
- name: Load oauth.json
run: |
echo "${{ secrets.SECRET_OAUTH_JSON }}" > oauth.json
echo "${{ vars.OAUTH_JSON }}" > oauth.json
- name: Docker Compose Up
run: |