自动化构建 Python 3.10
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8be2d378fd
commit
aff6dae7d6
|
@ -4,15 +4,16 @@ type: ssh
|
|||
name: 自动构建Python3.10镜像
|
||||
|
||||
server:
|
||||
host: 38.55.104.160
|
||||
user: root
|
||||
host:
|
||||
from_secret: aus_host
|
||||
user:
|
||||
from_secret: aus_user
|
||||
password:
|
||||
from_secret: aus_pw
|
||||
|
||||
steps:
|
||||
- name: Show System Env
|
||||
commands:
|
||||
- echo hello world
|
||||
- whoami
|
||||
- date
|
||||
- ls
|
||||
|
|
Loading…
Reference in New Issue