test: test pipeline
Some checks failed
Publish JOBot on dev / Build and deploy (push) Failing after 12s
Some checks failed
Publish JOBot on dev / Build and deploy (push) Failing after 12s
This commit is contained in:
parent
3b8278ba66
commit
10d0a83e15
@ -15,5 +15,5 @@ jobs:
|
|||||||
cd /home/dockeruser/jobot-stack/JOBot.Backend
|
cd /home/dockeruser/jobot-stack/JOBot.Backend
|
||||||
git checkout dev
|
git checkout dev
|
||||||
git pull
|
git pull
|
||||||
dotnet ef database update
|
dotnet ef database update --environment Development
|
||||||
sudo docker compose up --build -dz
|
sudo docker compose up --build -d
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user