palettetest/.drone.yml

20 lines
382 B
YAML
Raw Normal View History

2023-12-05 11:28:35 +00:00
kind: pipeline
2023-12-06 14:36:30 +00:00
type: docker
2023-12-05 11:28:35 +00:00
name: default
2023-12-06 14:57:16 +00:00
#secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ]
2023-12-05 11:28:35 +00:00
steps:
2023-12-06 15:10:21 +00:00
- name: greeting
image: alpine
commands:
- echo hello
- echo world
2023-12-13 12:34:26 +00:00
- echo "ça marche"
2023-12-06 15:10:21 +00:00
# - name: build
# image: plugins/hugo
# settings:
# hugo_version: 0.55
# config: path/hugo.toml
# validate: true
# commands:
# - hugo deploy