适配新的 VPS
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
51fc915e7a
commit
a1440e486d
|
@ -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
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue