Skip to content

Commit

Permalink
Update ControlDB-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyaustin authored Sep 6, 2024
1 parent 2702550 commit 338181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ControlDB-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
connection-string: ${{secrets.CONTROLDB_CONNECTIONSTRING}}
path: ${{github.workspace}}\elt-framework\ControlDB\ELT\Database.sqlproj
action: 'Publish'
arguments: '/p:DropPermissionsNotInSource=false /p:DropRoleMembersNotInSource=false /p:DropObjectsNotInSource=true /p:IgnoreColumnOrder=true /p:IgnorePermissions=true'
arguments: '/p:DropPermissionsNotInSource=false /p:BlockOnPossibleDataLoss=false /p:DropRoleMembersNotInSource=false /p:DropObjectsNotInSource=true /p:IgnoreColumnOrder=true /p:IgnorePermissions=true'
- name: Azure Logout
run: |
az logout

0 comments on commit 338181c

Please # to comment.