palettetest/.drone.yml
maxime-cool 5a6a69f8b4
Some checks reported errors
continuous-integration/drone/push Build encountered an error
test dir
2023-12-13 14:19:05 +01:00

28 lines
581 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: git/alpine
commands:
- echo "Checking folder"
- dir
- 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