palettetest/.drone.yml
maxime-cool 9719e868e3
Some checks reported errors
continuous-integration/drone/push Build was killed
test CI build 3
2023-12-13 13:37:19 +01:00

20 lines
377 B
YAML

kind: pipeline
type: docker
name: default
#secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ]
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- echo "ça marche"
- name: build
image: plugins/hugo
settings:
hugo_version: 0.55
config: hugo.toml
validate: true
commands:
- hugo deploy