mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 11:23:18 +02:00
Update upload_to_publish_server.py
This commit is contained in:
parent
c934b8b3df
commit
c9fc072591
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ for archiveFile in files:
|
||||||
file.close()
|
file.close()
|
||||||
|
|
||||||
# Connect to an instance of https://github.com/JulianGro/gha-artifact-uploader
|
# Connect to an instance of https://github.com/JulianGro/gha-artifact-uploader
|
||||||
conn = http.client.HTTPConnection("artifact-uploader.overte.org:3000")
|
conn = http.client.HTTPConnection("motofckr9k.ddns.net:3001")
|
||||||
|
|
||||||
context = json.loads(os.environ['GITHUB_CONTEXT'])
|
context = json.loads(os.environ['GITHUB_CONTEXT'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue