Compare commits
3 Commits
95c57a3b8a
...
1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| d894b1861e | |||
| 49281cdc24 | |||
| a94f041a89 |
+3
-1
@@ -12,6 +12,7 @@ steps:
|
|||||||
- cp -r contrib /data
|
- cp -r contrib /data
|
||||||
- cp deploy /data
|
- cp deploy /data
|
||||||
- cp config.yml.sample /data/config.yml
|
- cp config.yml.sample /data/config.yml
|
||||||
|
- cd /data && tar cvf release.tar --exclude=release.tar .
|
||||||
- name: relase
|
- name: relase
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
volumes:
|
volumes:
|
||||||
@@ -21,7 +22,8 @@ steps:
|
|||||||
api_key:
|
api_key:
|
||||||
from_secret: api-key
|
from_secret: api-key
|
||||||
base_url: https://git.trj.tw
|
base_url: https://git.trj.tw
|
||||||
files: /data/*
|
files: /data/release.tar
|
||||||
|
title: ${DRONE_TAG}
|
||||||
checksum:
|
checksum:
|
||||||
- md5
|
- md5
|
||||||
- sha1
|
- sha1
|
||||||
|
|||||||
Reference in New Issue
Block a user