From 58ac05adc9da714167d464f4e75464f742a8c78a Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Sun, 26 Dec 2021 22:31:31 +0000 Subject: [PATCH] fix drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1a3236d..44f513a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: commands: - go build - - name: upload + - name: upload binary image: plugins/s3 settings: bucket: artifacts @@ -25,7 +25,7 @@ steps: source: pndpd target: /pndpd/${DRONE_BRANCH} - - name: upload + - name: upload service image: plugins/s3 settings: bucket: artifacts