适配新的 VPS
continuous-integration/drone/push Build is failing Details

main
lz-wang 2023-11-06 23:36:20 +08:00
parent 51fc915e7a
commit a1440e486d
2 changed files with 6 additions and 3 deletions

View File

@ -5,11 +5,13 @@ name: 自动构建Docker镜像
server: server:
host: host:
from_secret: aus_host from_secret: hostkvm_host
user: user:
from_secret: aus_user from_secret: hostkvm_user
password: password:
from_secret: aus_pw from_secret: hostkvm_pw
# port:
# from_secret: hostkvm_port
clone: clone:
depth: 1 depth: 1

View File

@ -23,3 +23,4 @@ schedule>=1.1.0
pendulum>=2.1.2 pendulum>=2.1.2
pytest>=7.1.3 pytest>=7.1.3
pytest-mock>=3.10.0 pytest-mock>=3.10.0
ruff>=0.1.3