commit 0c25a2db52004a72ef51b9fc3bc4e133d1bac2e6 Author: first_admin Date: Thu Aug 22 20:42:54 2024 +0000 Add .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