2
0

💚 Build docker images for postgresql only

Still need to find a way to change the database provider at runtime. For now let's just only enable postgresql for docker deployments

Closes #324
This commit is contained in:
Baptiste Arnaud
2023-02-19 10:09:45 +01:00
parent 621cd58244
commit 8a0155dab8
4 changed files with 9 additions and 13 deletions

View File

@ -10,6 +10,8 @@ on:
jobs:
build:
env:
DATABASE_URL: 'postgresql://'
strategy:
matrix:
app: ['builder', 'viewer']