Skip to content

Commit ba929a1

Browse files
Update deployment docs + link on PRs. (#988)
It's not strictly true that the beta is updated until the current work is complete but it will be true again shortly.
1 parent cbb33a1 commit ba929a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-url.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
steps:
99
- uses: microbit-foundation/[email protected]
1010
with:
11-
uri-template: "https://review-python-editor-next.microbit.org/{branch}/"
11+
uri-template: "https://review-python-editor-v3.microbit.org/{branch}/"
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ The project was bootstrapped with [Create React App](https://github.com/facebook
3131

3232
The editor is deployed by [CircleCI](https://circleci.com/gh/microbit-foundation/python-editor-v3).
3333

34-
The `main` branch is deployed to https://stage-python-editor-next.microbit.org/ on each commit.
34+
The `main` branch is deployed to https://python.microbit.org/v/beta on each commit.
3535

36-
Other branches (e.g. for PRs) are deployed to https://review-python-editor-next.microbit.org/{branch}. Special characters in the branch name are replaced by hyphens.
36+
Other branches (e.g. for PRs) are deployed to https://review-python-editor-v3.microbit.org/{branch}. Special characters in the branch name are replaced by hyphens.
3737

3838
For custom deployments, note that the educational content in the sidebar is currently sourced live from our CMS. For non-localhost deploys this will require CORS configuration on our end. Please open an issue to discuss this.
3939

0 commit comments

Comments
 (0)