Merge branch 'master' of https://codefirst.iut.uca.fr/git/WhatTheFantasy/WF-PmAPI
continuous-integration/drone/push Build is passing Details

master
Leni BEAULATON 2 weeks ago
commit 0f02cc0563

@ -152,11 +152,12 @@ steps:
from_secret: POSTGRES_USER_AUTH from_secret: POSTGRES_USER_AUTH
PASSWORD: PASSWORD:
from_secret: POSTGRES_PASSWORD_AUTH from_secret: POSTGRES_PASSWORD_AUTH
DB_PATH_AUTH: "WhatTheFantasy-wtf-api-auth"
commands: commands:
- cd WF_EF_Api/StubbedContextLib - cd WF_EF_Api/StubbedContextLib
- dotnet tool install --global dotnet-ef - dotnet tool install --global dotnet-ef
- export PATH="$PATH:/root/.dotnet/tools" - export PATH="$PATH:/root/.dotnet/tools"
- dotnet ef database update - dotnet ef database update --connection "Data Source=DB_PATH_AUTH;"
depends_on: [deploy-api-db,deploy-auth-db,deploy-test-db] depends_on: [deploy-api-db,deploy-auth-db,deploy-test-db]
- name: publish-to-registry - name: publish-to-registry

Loading…
Cancel
Save