Browse Source

SCP stuff

1.0
Gisle Aune 6 years ago
parent
commit
ed4fb22ebe
  1. 4
      .drone.yml

4
.drone.yml

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