Skip to content

Commit

Permalink
Robust.Cdn: fix outdated instructions pointing at artifact publish
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Sep 18, 2024
1 parent f3c81f2 commit dfb859a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/en/server-hosting/setting-up-robust-cdn.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ You should go over this config file in full to understand what you are setting u

If your fork's repository is hosted on GitHub, the easiest way to automatically publish new builds to Robust.Cdn is via the GitHub Actions configuration available in the codebase. This is how official Wizard's Den builds are published.

1. Edit `Tools/publish_github_artifact.py` to modify the "configuration parameters" at the top of the script:
1. Edit `Tools/publish_multi_request.py` to modify the "configuration parameters" at the top of the script:
* `ROBUST_CDN_URL` should be the URL at which Robust.Cdn is accessible.
* `FORK_ID` should be the ID of the fork you configured in `appsettings.json`

Expand All @@ -237,7 +237,7 @@ This should be everything you need!

### Custom

For people looking to do custom publishing workflows without GitHub actions, please refer to the API reference of the "publish" endpoint.
For people looking to do custom publishing workflows without GitHub Actions, you can also use the `Tools/publish_multi_request.py` script. I recommend you look at the Actions workflow as a reference for the required steps.

## Watchdog configuration

Expand Down

0 comments on commit dfb859a

Please sign in to comment.