Add .drone.yml
continuous-integration/drone/push Build is failing Details

This commit is contained in:
BBaoVanC 2021-04-01 01:32:03 -05:00
parent 6ca71e0ff7
commit 63ee80ae98
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 24 additions and 0 deletions

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
---
kind: pipeline
type: docker
name: Deploy to bbaovanc.com
steps:
- name: Build site
image: mapitman/docker-hugo
commands:
- hugo version
- hugo --minify
- name: Upload files
image: appleboy/drone-scp
aettings:
host: bbaovanc.com
port: 2222
username: droneci
key:
from_secret: SSH_KEY
target: /var/www/bbaovanc/blog
rm: true
source:
- public/*