Deligraph-V3/.drone.yml
Antoine M d042daa7e0
All checks were successful
continuous-integration/drone/push Build is passing
test ftp cicd
2024-09-24 16:21:57 +02:00

11 lines
207 B
YAML

kind: pipeline
type: docker
name: simple
steps:
- name: hello
image: alpine
commands:
- echo "Hello, World!"
- echo "salut, World!"