kind: pipeline type: docker name: default #secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ] steps: - name: Version check image: plugins/hugo commands: - echo "Checking Hugo version." - hugo version - name: Folder check image: plugins/hugo commands: - echo "Checking folder" - ls - name: Build image: plugins/hugo settings: config: hugo.toml validate: true commands: - hugo #- minify -r -o /drone/src/build /drone/src/build - name: Deploy image: plugins/hugo # commands: # - hugo deploy