commit acaed54d57b01de8fa89409ad82a899a00b71b31 Author: first_admin Date: Sat Aug 24 18:39:20 2024 +0000 Add .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4814214 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: say-hello + image: alpine + commands: + - echo "Hello, World!"