Browse Source

Fixed typo in image name for scp

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

2
.drone.yml

@ -20,7 +20,7 @@ pipeline:
- go build -a -installsuffix cgo -ldflags="-s -w" -o /go/output/rpdata-ensurechannels ./cmd/rpdata-ensurechannels
- go build -a -installsuffix cgo -ldflags="-s -w" -o /go/output/rpdata-as2storyimport ./cmd/rpdata-as2storyimport
scp:
image: appleboy/scp
image: appleboy/drone-scp
ssh_username: artifacts
ssh_key: $$ssh_key
host: example.com

Loading…
Cancel
Save