procfile #1

Merged
henrik merged 40 commits from procfile into master 2024-12-23 14:52:24 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit e9194d199a - Show all commits

View File

@@ -15,8 +15,6 @@ COPY ["Pushy/Pushy.Client/Pushy.Client.csproj", "Pushy/Pushy.Client/"]
COPY ["Pushy.Silo/Pushy.Silo.csproj", "Pushy.Silo/"] COPY ["Pushy.Silo/Pushy.Silo.csproj", "Pushy.Silo/"]
COPY . . COPY . .
RUN ls -la
RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj" RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj"
RUN dotnet restore "Pushy/Pushy/Pushy.csproj" RUN dotnet restore "Pushy/Pushy/Pushy.csproj"

View File

@@ -2,3 +2,6 @@ branches:
main: main:
regex: ^master$|^main$ regex: ^master$|^main$
mode: ContinuousDelivery mode: ContinuousDelivery
develop:
regex: ^develop$
mode: ContinuousDelivery