change upload server

This commit is contained in:
Thijs Wenker 2020-04-11 17:58:54 +02:00
parent 35efa33b74
commit 0ebe33b447

View file

@ -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'])