Harden deployment workflow
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-06-07 19:18:47 +09:00
parent 2951c7ae17
commit ee91ae6503
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ COPY ./*.csproj ./
RUN dotnet restore
COPY . ./
RUN dotnet publish -c Release -o /app/publish --no-restore
RUN dotnet publish LowLevelGuyCom.csproj -c Release -o /app/publish --no-restore
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime