Add .drone.yml

This commit is contained in:
first_admin 2024-08-22 20:42:54 +00:00
commit 0c25a2db52

14
.drone.yml Normal file
View File

@ -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