使用sdk发布

This commit is contained in:
sulu 2023-11-19 17:50:12 +08:00
parent bfa18b0b9d
commit 834932a2ad
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ steps:
password:
from_secret: server_password
port: 22
command_timeout: 2m
command_timeout: 10m
script:
- docker stop autodispatch
- docker rm autodispatch

View File

@ -1,5 +1,5 @@

FROM 192.168.100.10:5000/dotnet/aspnet:8.0 AS base
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443