diff --git a/.woodpecker.yml b/.woodpecker.yml index 585111b..e04ce4d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,14 +4,14 @@ pipeline: commands: - hugo mod get -u - hugo-official --minify --gc --cleanDestinationDir -deploy: - image: appleboy/drone-scp - settings: - host: jcktrue.dk - target: /home/jct/apps/http/jcktrue.dk/ - source: public/* - strip_components: 1 - username: - from_secret: SSH_USERNAME - password: - from_secret: SSH_PASSWORD \ No newline at end of file + deploy: + image: appleboy/drone-scp + settings: + host: jcktrue.dk + target: /home/jct/apps/http/jcktrue.dk/ + source: public/* + strip_components: 1 + username: + from_secret: SSH_USERNAME + password: + from_secret: SSH_PASSWORD \ No newline at end of file