ci: Adjustments procfile
This commit is contained in:
@@ -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
|
||||
6
.idea/.idea.Pushy/.idea/vcs.xml
generated
6
.idea/.idea.Pushy/.idea/vcs.xml
generated
@@ -1,11 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CommitMessageInspectionProfile">
|
||||
<profile version="1.0">
|
||||
<inspection_tool class="CommitFormat" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="CommitNamingConvention" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
</profile>
|
||||
</component>
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
|
||||
@@ -41,4 +41,3 @@ WORKDIR /app
|
||||
COPY --from=publish /app/publish .
|
||||
COPY --from=publish /app/.dokku /app/.dokku
|
||||
|
||||
ENTRYPOINT ["dotnet"]
|
||||
|
||||
Reference in New Issue
Block a user