1
0
jcktrue.dk/.drone.yml
Jens True b885ccac0b
All checks were successful
continuous-integration/drone/push Build is passing
Added post on architecture
2020-02-27 22:42:33 +01:00

23 lines
467 B
YAML

kind: pipeline
name: default
steps:
- name: requirements
image: alpine/git
commands:
- git submodule update --recursive --init
- name: build
image: klakegg/hugo:ext-alpine
commands:
- hugo-official
- 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