1
0

Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jens True 2020-02-25 10:19:37 +00:00
parent 52c56290d1
commit df7a3cba15

@ -10,3 +10,14 @@ steps:
image: klakegg/hugo:ext-alpine image: klakegg/hugo:ext-alpine
commands: commands:
- hugo-official - hugo-official
- name: deploy
image: appleboy/drone-scp
settings:
host: jcktrue.dk
target: /srv/raid/apps/http/jcktrue.dk/
source: target/*
strip_components: 1
username:
from_secret: SSH_USERNAME
password:
from_secret: SSH_PASSWORD