Skip to content

Commit

Permalink
Update publish_multi_request.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 authored Sep 24, 2024
1 parent 408fdca commit a494f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/publish_multi_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

PUBLISH_TOKEN = os.environ["PUBLISH_TOKEN"]
VERSION = os.environ["GITHUB_SHA"]
FORK_ID = os.environ['FORK_ID']

RELEASE_DIR = "release"

#
# CONFIGURATION PARAMETERS
# Forks should change these to publish to their own infrastructure.
#
ROBUST_CDN_URL = "https://wizards.cdn.spacestation14.com/"
FORK_ID = "wizards"
ROBUST_CDN_URL = "https://cdn.station14.ru/"

def main():
session = requests.Session()
Expand Down

0 comments on commit a494f33

Please sign in to comment.