mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 18:02:23 +02:00
change upload server
This commit is contained in:
parent
35efa33b74
commit
0ebe33b447
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ for archiveFile in files:
|
|||
file_contents.append(file_data)
|
||||
file.close()
|
||||
|
||||
conn = http.client.HTTPSConnection("athena-build-uploader.thoys.nl")
|
||||
conn = http.client.HTTPSConnection("build-uploader.vircadia.com")
|
||||
|
||||
context = json.loads(os.environ['GITHUB_CONTEXT'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue