palettetest/.drone.yml
maxime-cool 5eac63578b
Some checks failed
continuous-integration/drone/push Build is failing
hugo build test config changed
2023-12-13 14:23:11 +01:00

24 lines
516 B
YAML

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
- echo "Checking folder"
- ls
- name: Build
image: plugins/hugo
settings:
validate: true
commands:
- hugo --config hugo.toml
#- minify -r -o /drone/src/build /drone/src/build
- name: Deploy
image: plugins/hugo
# commands:
# - hugo deploy