Add .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
first_admin 2024-08-21 05:29:40 +00:00
commit 2780b7c320

18
.drone.yml Normal file
View File

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