summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-17 16:21:26 -0700
committerhyang <hyang@hyang.xyz>2023-08-17 16:21:26 -0700
commit720f38fa8e0bb0dbbdfea10e4c460bdd43a32788 (patch)
tree551da4c9325b75b36ea4a8e6f8ea8bd7e162fade /.drone.yml
parentbc8645ab4e855a2c006f6d6716d67884c19379fd (diff)
add drone
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..ea5228a
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,10 @@
+kind: pipeline
+type: docker
+name: default
+
+steps:
+- name: greeting
+ image: alpine
+ commands:
+ - echo hello
+ - echo world