- Moved database to subdir specified by env - Default data dir /data - Move loggers to cronJob onTick - Added volume for data dir in Docker compose - Create any missing dir specified by env
This commit is contained in:
@ -2,7 +2,7 @@ name: Deploy application
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@ -25,6 +25,7 @@ jobs:
|
||||
BANK_ACCOUNT_IDS: ${{ secrets.BANK_ACCOUNT_IDS }}
|
||||
# Configuration
|
||||
LOG_LEVEL: ${{ var.LOG_LEVEL }}
|
||||
DB_DIRECTORY: ${{ var.DB_DIRECTORY }}
|
||||
DB_FILENAME: ${{ var.DB_FILENAME }}
|
||||
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user