summarylogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAun-Ali Zaidi2019-12-01 16:38:40 -0500
committerAun-Ali Zaidi2019-12-01 16:38:40 -0500
commit116a05212d27c846867b32d86c107f6a23ec48eb (patch)
treec89cc3aaa04fbc1bfe6abe1b9a8d389f49a7f7f7 /.drone.yml
parent348a37272b7141bdd5033ea664794a33f57f1357 (diff)
downloadaur-116a05212d27c846867b32d86c107f6a23ec48eb.tar.gz
package: linux-mbp v5.3.14-2, rebuild; upstream updates
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/.drone.yml b/.drone.yml
index 8ef6f47801fa..04a397d63192 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -43,6 +43,19 @@ steps:
when:
event: tag
+- name: publish-github
+ image: plugins/github-release
+ volumes:
+ - name: build-products
+ path: /tmp/products
+ settings:
+ api_key:
+ from_secret: github_token
+ files: /tmp/products/*
+ prerelease: yes
+ when:
+ event: tag
+
- name: publish-server
image: appleboy/drone-scp
volumes:
@@ -80,19 +93,6 @@ steps:
when:
event: tag
-- name: publish-github
- image: plugins/github-release
- volumes:
- - name: build-products
- path: /tmp/products
- settings:
- api_key:
- from_secret: github_token
- files: /tmp/products/*
- prerelease: yes
- when:
- event: tag
-
volumes:
- name: build-products
temp: {}