added pipeline definiton file

This commit is contained in:
JesseQu 2024-11-28 10:03:46 +08:00
parent fb2d2de5d6
commit 6205a4c1a4
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
type: ssh
name: default
server:
host: station.baseware.net
user: jessequ
password:
from_secret: password
steps:
- name: build
commands:
- pwd
- echo 'test is a project.'