update for CI
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-09-28 09:36:00 +10:00
parent 402164cea8
commit 738c5034b6
6 changed files with 160 additions and 35 deletions

28
.drone.yml Normal file
View File

@@ -0,0 +1,28 @@
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
- name: dell-deploy
# # https://github.com/cschlosser/drone-ftps/blob/master/README.md
image: cschlosser/drone-ftps
environment:
FTP_USERNAME:
from_secret: FTP_USERNAME
FTP_PASSWORD:
from_secret: FTP_PASSWORD
PLUGIN_HOSTNAME: ftp.emc.com:21
PLUGIN_SECURE: false
PLUGIN_VERIFY: false
PLUGIN_CHMOD: false
#PLUGIN_DEBUG: false
PLUGIN_INCLUDE: ^ucs-exporter$,^ucs-exporter_checksum.txt$
PLUGIN_EXCLUDE: ^\.git/$,^\cmd/$,^\internal/$