Add CI/CD
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2022-03-15 00:43:57 +01:00
parent f583b9af02
commit 910a284f6c
1 changed files with 25 additions and 0 deletions

25
.drone.yml Normal file
View File

@ -0,0 +1,25 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: deploy
image: appleboy/drone-scp
settings:
tar_tmp_path: /tmp/
host: get.happydomain.org
target: /var/www/happydns.org/get/
source: _list.html
username:
from_secret: ssh_username
key:
from_secret: deploy_key
port:
from_secret: ssh_port
when:
branch:
- master
event:
exclude:
- pull_request