diff --git a/.drone.yml b/.drone.yml index 052906f..5f682dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,3 +10,14 @@ steps: 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: target/* + strip_components: 1 + username: + from_secret: SSH_USERNAME + password: + from_secret: SSH_PASSWORD \ No newline at end of file