kind: pipeline type: docker name: default platform: os: linux arch: arm64 steps: - name: build image: plugins/hugo settings: hugo_version: 0.69 extended: true validate: true config: config.toml content: content # - name: deploy # image: appleboy/drone-scp # settings: # host: "10.0.2.1" # target: /mnt/volume1/shares/www/richard-dern.fr/www/ # source: public/* # username: # from_secret: ssh_user # password: # from_secret: ssh_password trigger: branch: - master