测试推送

main
lz-wang 2022-09-03 16:04:56 +08:00
parent 3117e6fecf
commit 5b78bd400e
3 changed files with 17 additions and 1 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
# TODO: Only on Home Server
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
commands:
- echo hello world

2
.gitignore vendored
View File

@ -7,6 +7,7 @@
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails
._* ._*
@ -26,3 +27,4 @@ Network Trash Folder
Temporary Items Temporary Items
.apdisk .apdisk
.idea

0
python3.10/Dockerfile Normal file
View File