#7 #28
@ -20,6 +20,5 @@ jobs:
|
||||
docker compose -f compose.dev.yml up -d postgres
|
||||
|
||||
cd /home/dockeruser/jobot-stack/JOBot.Backend
|
||||
dotnet ef database update -- --environment Development
|
||||
docker compose up --build -d
|
||||
|
||||
dotnet ef database update --connection "Host=localhost;Port=5432;Database=jobot;Username=postgres;Password=LocalDbPass"
|
||||
docker compose up --build -d
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"PostgreSQL": "Host=localhost;Port=5432;Database=jobot;Username=postgres;Password=LocalDbPass"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user