Files
go-ntp-check/.drone.yml
Nathan Coad 92e1fdf7c9
All checks were successful
continuous-integration/drone/push Build is passing
update
2025-03-10 14:11:43 +11:00

29 lines
593 B
YAML

kind: pipeline
type: docker
name: default
# Docs at https://docs.drone.io/pipeline/exec/overview/
# Also see https://github.com/harness/drone-cli/blob/master/.drone.yml
steps:
- name: build
image: golang
commands:
- sh ./.drone.sh
# https://github.com/hypervtechnics/drone-sftp
- name: dell-sftp-deploy
image: hypervtechnics/drone-sftp
settings:
host: deft.dell.com
username:
from_secret: DELLFTP_USER
password:
from_secret: DELLFTP_PASS
port: 22
source: ./
filter: ntpcheck*
clean: false
target: /
overwrite: true
verbose: true