diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..10b8b9e --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,15 @@ +pipline: + build: + image: hugo + - hugo + + deploy: + image: appleboy/dron-scp + settings: + host: + - reinmuth.uberspace.de + username: moanos + target: /home/moanos/html/ + source: public/ + key: + from_secret: ssh_key