add command line flags
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2024-10-04 14:39:00 +10:00
parent 73eac1d9ea
commit 82811442a4
5 changed files with 142 additions and 2 deletions

32
.drone.yml Normal file
View File

@@ -0,0 +1,32 @@
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
environment:
CGO_ENABLED: 0
commands:
- sh ./.drone.sh
- 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: generate-chart*
clean: false
target: /
overwrite: true
verbose: true