自动化构建 Python 3.10
continuous-integration/drone/push Build is passing Details

main
lz-wang 2022-09-04 10:24:46 +08:00
parent 8be2d378fd
commit aff6dae7d6
1 changed files with 4 additions and 3 deletions

View File

@ -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