测试推送

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

4
.gitignore vendored
View File

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

0
python3.10/Dockerfile Normal file
View File