Skip to content

Commit

Permalink
Merge pull request #298 from joelsgp/publish-fix
Browse files Browse the repository at this point in the history
Fork config in new publish script
  • Loading branch information
irismessage authored Sep 19, 2024
2 parents ff3969b + 7172596 commit bf75f51
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 @@ -14,8 +14,8 @@
# 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.impstation.gay/"
FORK_ID = "impstation"

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

0 comments on commit bf75f51

Please sign in to comment.