test/.drone.yml

16 lines
194 B
YAML
Raw Normal View History

2024-11-28 10:03:46 +08:00
kind: pipeline
type: ssh
2024-11-28 12:01:43 +08:00
name: main
2024-11-28 10:03:46 +08:00
server:
2024-11-28 10:13:54 +08:00
host: 192.168.46.16
2024-11-28 10:03:46 +08:00
user: jessequ
password:
from_secret: password
steps:
- name: build
commands:
- pwd
- echo 'test is a project.'