mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
create gitea releases
This commit is contained in:
parent
20f0bc0e79
commit
04ab319ded
12
.drone.yml
12
.drone.yml
|
@ -84,6 +84,18 @@ steps:
|
||||||
SSH_PRIVATE_KEY:
|
SSH_PRIVATE_KEY:
|
||||||
from_secret: SSH_PRIVATE_KEY
|
from_secret: SSH_PRIVATE_KEY
|
||||||
|
|
||||||
|
- name: Create release on Gitea Repository
|
||||||
|
commands:
|
||||||
|
# Prepare tea CLI
|
||||||
|
- tea login add --token "$GITEA_RELEASE_TOKEN" --url https://git.selfprivacy.org
|
||||||
|
# Create release and push artifacts
|
||||||
|
- tea releases --repo "$DRONE_REPO" create --tag "$DRONE_SEMVER" --title "$DRONE_SEMVER" --asset standalone_"pro.kherel.selfprivacy_$APP_BUILD_ID.apk" --asset standalone_"pro.kherel.selfprivacy_$APP_BUILD_ID.apk".idsig
|
||||||
|
environment:
|
||||||
|
SSH_PRIVATE_KEY:
|
||||||
|
from_secret: SSH_PRIVATE_KEY
|
||||||
|
GITEA_RELEASE_TOKEN:
|
||||||
|
from_secret: GITEA_RELEASE_TOKEN
|
||||||
|
|
||||||
- name: Deploy on F-Droid Repository
|
- name: Deploy on F-Droid Repository
|
||||||
commands:
|
commands:
|
||||||
# Prepare SSH keys
|
# Prepare SSH keys
|
||||||
|
|
Loading…
Reference in a new issue