fix: added missing DB_FILE env var

This commit is contained in:
Florian Sylvain
2023-08-13 04:36:48 +02:00
parent 245bf2fbf4
commit b414a07f6d
+1
View File
@@ -17,6 +17,7 @@ jobs:
ENVIRONMENT: "development"
PORT: "42069"
CORS_ALLOWED_ORIGINS: "*"
DB_FILE: "./gohcms.db"
steps:
- uses: actions/checkout@v3