This commit is contained in:
parent
3e58c5ed91
commit
0efa60863e
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue