From 33d883bcd485e614af1e6bdb7e27d03695807a5e Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 24 Jun 2018 12:48:23 +0200 Subject: [PATCH] Removed deploy step --- .drone.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index f6f17c3..21f78af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,12 +54,4 @@ pipeline: - CGO_ENABLED=0 image: golang:1.10 commands: - - go build -a -installsuffix cgo -ldflags="-s -w" -o /go/output/rpdata-as2storyimport ./cmd/rpdata-as2storyimport - deploy-scp: - image: appleboy/drone-scp - host: 10.32.0.2 - username: artifacts - secrets: [ ssh_key ] - source: /go/output/* - target: /srv/artifacts/store/rpdata/ - strip_components: 2 \ No newline at end of file + - go build -a -installsuffix cgo -ldflags="-s -w" -o /go/output/rpdata-as2storyimport ./cmd/rpdata-as2storyimport \ No newline at end of file