Compare commits

...

1 Commits

Author SHA1 Message Date
5df308d140
Add .drone.yml 2021-04-01 01:32:03 -05:00

24
.drone.yml Normal 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/*