ci: Adjustments procfile

This commit is contained in:
henrik
2024-12-22 23:56:13 +01:00
parent 7de891ad08
commit 7c10b31b2d
3 changed files with 2 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
web: run --project /app/pushy /app/pushy/Pushy.dll
silo: run --project /app/silo silo/Pushy.Silo.dll
web: cd /app/pushy && dotnet /app/pushy/Pushy.dll
silo: cd /app/silo && dotnet /app/silo/Pushy.Silo.dll