Compare commits
4 Commits
52680ec8f5
...
49281cdc24
Author | SHA1 | Date | |
---|---|---|---|
|
49281cdc24 | ||
|
a94f041a89 | ||
95c57a3b8a | |||
9a9ccaf5f5 |
@ -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,7 @@ 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
|
||||||
checksum:
|
checksum:
|
||||||
- md5
|
- md5
|
||||||
- sha1
|
- sha1
|
||||||
|
Loading…
Reference in New Issue
Block a user