diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..38d360e --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,22 @@ +--- + +pipeline: + build: + image: klakegg/hugo + commands: + - hugo + + deploy: + image: appleboy/drone-scp + settings: + strip_components: 1 + host: + from_secret: ssh_host + username: + from_secret: ssh_user + target: + from_secret: target_directory + source: public/ + key: + from_secret: ssh_key +