diff options
author | hyang <hyang@hyang.xyz> | 2023-08-17 16:21:26 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-17 16:21:26 -0700 |
commit | 720f38fa8e0bb0dbbdfea10e4c460bdd43a32788 (patch) | |
tree | 551da4c9325b75b36ea4a8e6f8ea8bd7e162fade /.drone.yml | |
parent | bc8645ab4e855a2c006f6d6716d67884c19379fd (diff) |
add drone
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 10 |
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 |