1
0

Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jens True 2020-02-25 10:24:43 +00:00
parent e363981193
commit b1058d2d1d

@ -9,13 +9,13 @@ steps:
- name: build
image: klakegg/hugo:ext-alpine
commands:
- hugo-official
- hugo-official --minify
- name: deploy
image: appleboy/drone-scp
settings:
host: jcktrue.dk
target: /srv/raid/apps/http/jcktrue.dk/
source: /target/*
source: public/*
strip_components: 1
username:
from_secret: SSH_USERNAME