This commit is contained in:
11
.drone.yml
11
.drone.yml
@ -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
|
Reference in New Issue
Block a user