parent
d8b5196d4f
commit
ae7b7df1e3
|
@ -21,5 +21,5 @@ release:
|
|||
owner: {{gitea_user}}
|
||||
name: {{gitea_repo}}
|
||||
gitea_urls:
|
||||
api: https://{{gitea_url}}/api/v1/
|
||||
download: https://{{gitea_url}}
|
||||
api: https://{{gitea_domain}}/api/v1/
|
||||
download: https://{{gitea_domain}}
|
||||
|
|
|
@ -32,7 +32,7 @@ pipeline:
|
|||
prune:
|
||||
image: jolheiser/drone-gitea-prune
|
||||
settings:
|
||||
base: https://{{gitea_url}}
|
||||
base: https://{{gitea_domain}}
|
||||
token:
|
||||
from_secret: gitea_token
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue