fix: fix of run on development env
This commit is contained in:
parent
0e9084ce2e
commit
8de65abea5
@ -20,6 +20,5 @@ jobs:
|
|||||||
docker compose -f compose.dev.yml up -d postgres
|
docker compose -f compose.dev.yml up -d postgres
|
||||||
|
|
||||||
cd /home/dockeruser/jobot-stack/JOBot.Backend
|
cd /home/dockeruser/jobot-stack/JOBot.Backend
|
||||||
dotnet ef database update -- --environment Development
|
dotnet ef database update --connection "Host=localhost;Port=5432;Database=jobot;Username=postgres;Password=LocalDbPass"
|
||||||
docker compose up --build -d
|
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