ajout d'un hello world Drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
maxime-cool 2023-12-06 16:10:21 +01:00
parent 0670be7667
commit 54aa72a98f

View file

@ -4,11 +4,16 @@ name: default
#secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ] #secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ]
steps: steps:
- name: build - name: greeting
image: plugins/hugo image: alpine
settings: commands:
hugo_version: 0.55 - echo hello
config: path/hugo.toml - echo world
validate: true # - name: build
commands: # image: plugins/hugo
- hugo deploy # settings:
# hugo_version: 0.55
# config: path/hugo.toml
# validate: true
# commands:
# - hugo deploy