test: test pipeline
Some checks failed
Publish JOBot on dev / Build and deploy (push) Failing after 12s

This commit is contained in:
Pavel-Savely Savianok 2025-07-18 15:55:30 +03:00
parent 3b8278ba66
commit 10d0a83e15
2 changed files with 2 additions and 14 deletions

View File

@ -15,5 +15,5 @@ jobs:
cd /home/dockeruser/jobot-stack/JOBot.Backend
git checkout dev
git pull
dotnet ef database update
sudo docker compose up --build -dz
dotnet ef database update --environment Development
sudo docker compose up --build -d

View File

@ -1,12 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"PostgreSQL": "Host=postgres;Port=5432;Database=jobot_test;Username=postgres;Password=LocalDbPass"
}
}