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 . .
|
||||
|
||||
RUN ls -la
|
||||
|
||||
RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj"
|
||||
RUN dotnet restore "Pushy/Pushy/Pushy.csproj"
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
branches:
|
||||
main:
|
||||
regex: ^master$|^main$
|
||||
mode: ContinuousDelivery
|
||||
develop:
|
||||
regex: ^develop$
|
||||
mode: ContinuousDelivery
|
||||
Reference in New Issue
Block a user