procfile #1
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -2,3 +2,6 @@ branches:
|
|||||||
main:
|
main:
|
||||||
regex: ^master$|^main$
|
regex: ^master$|^main$
|
||||||
mode: ContinuousDelivery
|
mode: ContinuousDelivery
|
||||||
|
develop:
|
||||||
|
regex: ^develop$
|
||||||
|
mode: ContinuousDelivery
|
||||||
Reference in New Issue
Block a user