Deligraph-V3/.drone.yml
Antoine M 8ae2c569b5
Some checks reported errors
continuous-integration/drone/push Build was killed
test cicd
2024-09-24 16:25:14 +02:00

28 lines
758 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: alpine
commands:
- pwd
- ls
- name: master_build
image: cschlosser/drone-ftps
environment:
FTP_USERNAME:
from_secret: ftp_username
FTP_PASSWORD:
from_secret: ftp_password
PLUGIN_HOSTNAME: test.deligraph.com:22
PLUGIN_DEST_DIR: /test
PLUGIN_SECURE: false
PLUGIN_VERIFY: false
when:
branch:
- main
event:
- push