mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 00:51:20 +00:00
fix deployment
This commit is contained in:
parent
48b29cc772
commit
fb3e084b4f
2
ci.py
2
ci.py
|
@ -63,7 +63,7 @@ def gitea_create_release():
|
|||
return error
|
||||
|
||||
def gitea_get_release_id():
|
||||
url = f"{GITEA_HOST_URL}/api/v1/repos/{GITEA_REPO_FULL}/releases/tags/{APP_SEMVER}"
|
||||
url = f"{GITEA_HOST_URL}/api/v1/repos/{GITEA_REPO_FULL}/releases/tags/{os.environ.get('DRONE_SEMVER') or APP_SEMVER}"
|
||||
|
||||
request = requests.get(url)
|
||||
|
||||
|
|
Loading…
Reference in a new issue