Browse Source

SCP stuff

1.0
Gisle Aune 6 years ago
parent
commit
5aa8b8c9e4
  1. 2
      .drone.yml

2
.drone.yml

@ -21,7 +21,7 @@ pipeline:
- go build -a -installsuffix cgo -ldflags="-s -w" -o /go/output/rpdata-as2storyimport ./cmd/rpdata-as2storyimport
scp:
image: appleboy/drone-scp
host: example.com
host: 10.32.0.2
username: artifacts
key: $$ssh_key
source: /go/output/*
Loading…
Cancel
Save