diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index bfce996..0000000 --- a/.drone.yml +++ /dev/null @@ -1,15 +0,0 @@ -kind: pipeline -type: docker -name: default - -steps: - - name: hello - image: alpine - commands: - - echo "hello from drone 2" - -trigger: - event: - - push - branch: - - main \ No newline at end of file