Change build URL to be off-cloudflare

This commit is contained in:
Pieter-Jan Briers
2021-12-04 01:28:16 +01:00
parent 436c5da78d
commit 55cad57f96

View File

@@ -19,7 +19,7 @@ SERVER_FILES = [
VERSION = os.environ['GITHUB_SHA']
FORK_ID = "wizards"
BUILD_URL = f"https://central.spacestation14.io/builds/wizards/builds/{VERSION}/{FILE}"
BUILD_URL = f"http://centcomm.spacestation14.io/builds/wizards/builds/{VERSION}/{FILE}"
def main() -> None:
manifest = generate_manifest("release")