palettetest/.drone.yml
maxime-cool 0670be7667
Some checks failed
continuous-integration/drone/push Build is failing
Config Drone
2023-12-06 15:57:16 +01:00

14 lines
251 B
YAML

kind: pipeline
type: docker
name: default
#secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ]
steps:
- name: build
image: plugins/hugo
settings:
hugo_version: 0.55
config: path/hugo.toml
validate: true
commands:
- hugo deploy