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 - name: build
image: klakegg/hugo:ext-alpine image: klakegg/hugo:ext-alpine
commands: commands:
- hugo-official - hugo-official --minify
- name: deploy - name: deploy
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings:
host: jcktrue.dk host: jcktrue.dk
target: /srv/raid/apps/http/jcktrue.dk/ target: /srv/raid/apps/http/jcktrue.dk/
source: /target/* source: public/*
strip_components: 1 strip_components: 1
username: username:
from_secret: SSH_USERNAME from_secret: SSH_USERNAME