From 2780b7c320467c4072b2e04028338dc71ff8fe18 Mon Sep 17 00:00:00 2001 From: first_admin Date: Wed, 21 Aug 2024 05:29:40 +0000 Subject: [PATCH] Add .drone.yml --- .drone.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a4aed8b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,18 @@ +kind: pipeline +type: docker +name: production + +steps: + - name: deploy + image: alpine + commands: + - echo "Deploying to production" + when: + branch: + - master + event: + - push + approval: + type: manual + reviewer: + - user1