mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
fix: added missing DB_FILE env var
This commit is contained in:
@@ -17,6 +17,7 @@ jobs:
|
|||||||
ENVIRONMENT: "development"
|
ENVIRONMENT: "development"
|
||||||
PORT: "42069"
|
PORT: "42069"
|
||||||
CORS_ALLOWED_ORIGINS: "*"
|
CORS_ALLOWED_ORIGINS: "*"
|
||||||
|
DB_FILE: "./gohcms.db"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user