1
0
jcktrue.dk/.drone.yml
jct b1058d2d1d
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2020-02-25 10:24:43 +00:00

23 lines
485 B
YAML

kind: pipeline
name: default
steps:
- name: requirements
image: alpine/git
commands:
- git submodule update --recursive --remote --init
- name: build
image: klakegg/hugo:ext-alpine
commands:
- hugo-official --minify
- name: deploy
image: appleboy/drone-scp
settings:
host: jcktrue.dk
target: /srv/raid/apps/http/jcktrue.dk/
source: public/*
strip_components: 1
username:
from_secret: SSH_USERNAME
password:
from_secret: SSH_PASSWORD