自动化构建 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镜像 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