From c359783d22edc0fa673a199407ccbccd526c1220 Mon Sep 17 00:00:00 2001 From: Flook Date: Wed, 16 Apr 2025 20:36:14 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=94=E0=B8=AA=E0=B8=AD=E0=B8=9A?= =?UTF-8?q?=20automatic=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..265dced --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: test-pipeline + +steps: + - name: say-hello + image: alpine + commands: + - echo "Hello from Drone CI!" \ No newline at end of file