add CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Vincent Finance 2022-07-07 17:52:20 +02:00
parent fd1832bf8e
commit b2021f0a78
1 changed files with 22 additions and 0 deletions

22
.drone.yml Normal file
View File

@ -0,0 +1,22 @@
---
kind: pipeline
type: ssh
name: deploy
server:
host:
from_secret: host
user:
from_secret: user
ssh_key:
from_secret: key
clone:
disable: true
trigger:
branch:
- main
steps:
- name: deploy
commands:
- cd /var/www/git/www-2
- git pull
- kiln build