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

10 lines
165 B
YAML

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