Initial commit with Drone CI

This commit is contained in:
FRR
2025-07-05 15:23:47 +08:00
parent 9bed356934
commit 870170a5e8
2 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
# .drone.yml
kind: pipeline
type: docker
name: default
steps:
- name: run
image: node:18
commands:
- node index.js

BIN
index.js Normal file

Binary file not shown.