This commit is contained in:
parent
d618438b14
commit
61f0153319
@ -24,12 +24,12 @@ jobs:
|
||||
BANK_OAUTH_REDIRECT_URI: ${{ secrets.BANK_OAUTH_REDIRECT_URI }}
|
||||
BANK_ACCOUNT_IDS: ${{ secrets.BANK_ACCOUNT_IDS }}
|
||||
# Configuration
|
||||
LOG_LEVEL: ${{ var.LOG_LEVEL }}
|
||||
DB_DIRECTORY: ${{ var.DB_DIRECTORY }}
|
||||
DB_FILENAME: ${{ var.DB_FILENAME }}
|
||||
LOG_LEVEL: ${{ vars.LOG_LEVEL }}
|
||||
DB_DIRECTORY: ${{ vars.DB_DIRECTORY }}
|
||||
DB_FILENAME: ${{ vars.DB_FILENAME }}
|
||||
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Run docker-compose
|
||||
run: DB_DIRECTORY=$DB_DIRECTORY docker compose up -d --build
|
||||
run: docker compose up -d --build
|
||||
|
Loading…
x
Reference in New Issue
Block a user