Compare commits

...

6 Commits

Author SHA1 Message Date
JesseQu 7d07e8d9b5 modified readme 2024-12-02 21:31:57 +08:00
JesseQu 6aeb715f82 modified pipeline definiton file 2024-11-28 13:38:45 +08:00
JesseQu 5e365199d4 modified pipeline definiton file 2024-11-28 12:13:24 +08:00
JesseQu cc6bac9929 modified pipeline definiton file 2024-11-28 12:01:43 +08:00
JesseQu 3054f86e48 corrected pipeline definiton file 2024-11-28 10:13:54 +08:00
JesseQu 6205a4c1a4 added pipeline definiton file 2024-11-28 10:03:46 +08:00
2 changed files with 20 additions and 1 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
kind: pipeline
type: ssh
name: default
server:
host: 192.168.46.16
user: jessequ
password:
from_secret: password
steps:
- name: build
commands:
- id
- echo $HOME
- pwd
- echo 'test is a project.'

View File

@ -1,3 +1,5 @@
# test # test projects
[![Build Status](http://192.168.46.100:4080/api/badges/jessequ/test/status.svg?ref=refs/heads/main)](http://192.168.46.100:4080/jessequ/test)
for JesseQu for JesseQu