API deployment script

This commit is contained in:
2026-03-11 21:21:35 +02:00
parent a4c9810de7
commit c613273e7e
2 changed files with 21 additions and 1 deletions

View File

@@ -33,7 +33,10 @@ api-test:
dotnet test {{api_solution}}
api-publish:
dotnet publish {{api_project}} -c Release
dotnet publish {{api_project}} -c Release -o {{root_dir}}/api/publish
deploy-new-version:
{{root_dir}}/scripts/deploy-api.sh
ui-install:
cd {{ui_dir}} && bun install