自动化构建 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镜像
|
name: 自动构建Python3.10镜像
|
||||||
|
|
||||||
server:
|
server:
|
||||||
host: 38.55.104.160
|
host:
|
||||||
user: root
|
from_secret: aus_host
|
||||||
|
user:
|
||||||
|
from_secret: aus_user
|
||||||
password:
|
password:
|
||||||
from_secret: aus_pw
|
from_secret: aus_pw
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Show System Env
|
- name: Show System Env
|
||||||
commands:
|
commands:
|
||||||
- echo hello world
|
|
||||||
- whoami
|
- whoami
|
||||||
- date
|
- date
|
||||||
- ls
|
- ls
|
||||||
|
|
Loading…
Reference in New Issue