From 0c25a2db52004a72ef51b9fc3bc4e133d1bac2e6 Mon Sep 17 00:00:00 2001 From: first_admin Date: Thu, 22 Aug 2024 20:42:54 +0000 Subject: [PATCH] Add .drone.yml --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..c47d8b0 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline +name: deploy + +steps: + - name: deploy-to-production + image: alpine + commands: + - echo "Deploying to production environment" + +trigger: + event: + - promote + target: + - production