嗨小朋友们大

This commit is contained in:
2025-06-10 03:30:57 +09:00
parent 6c4f77b6fa
commit 93aa9e8da9
2 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
trigger:
event:
- push