Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Removed database 1 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
umerfaruk committed Nov 15, 2023
1 parent caef7e9 commit b620c4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/database-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Build project
run: dotnet build -c Release

- name: Deploy Database 1
run: dotnet run --project .\src\Inshapardaz.Database.Migrations.Runner\Inshapardaz.Database.Migrations.Runner.csproj -- -c "${{ secrets.Database1 }}"

- name: Deploy Database 2
run: dotnet run --project .\src\Inshapardaz.Database.Migrations.Runner\Inshapardaz.Database.Migrations.Runner.csproj -- -c "${{ secrets.Database2 }}"

Expand Down

0 comments on commit b620c4c

Please sign in to comment.