convert to blazor server side render
This commit is contained in:
@@ -13,7 +13,7 @@ variables:
|
||||
solution: '**/*.sln'
|
||||
buildPlatform: 'Any CPU'
|
||||
buildConfiguration: 'Release'
|
||||
apiProjectName: 'Shogi.Api'
|
||||
apiProjectName: 'Shogi'
|
||||
uiProjectName: 'Shogi.UI'
|
||||
|
||||
steps:
|
||||
@@ -77,5 +77,5 @@ inputs:
|
||||
inputs:
|
||||
sshEndpoint: 'LucaServer'
|
||||
runOptions: 'commands'
|
||||
commands: 'sudo systemctl restart kestrel-shogi.api.service'
|
||||
commands: 'sudo systemctl restart kestrel-Shogi.service'
|
||||
readyTimeout: '20000'
|
||||
Reference in New Issue
Block a user