palettetest/.drone.yml
maxime-cool 0a0382bd8b
Some checks failed
continuous-integration/drone/push Build is failing
test ls
2023-12-13 14:21:32 +01:00

28 lines
582 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
- 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