Skip to content

Commit eb97ada

Browse files
[patch] Update test page keys (#1092)
## Description Updated the keys used in the example page to ones that support journeys.
1 parent ef478c7 commit eb97ada

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to the Branch Web SDK will be documented here.
33
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).
44

55
## [VERSION] - unreleased
6+
## [2.86.1] - 2024-11-15
7+
- Updated keys/apps that the example page uses for staging and prod.
68
## [2.86.0] - 2024-11-12
79
- Switched from appending to prepending journey content on mobile devices so screen readers read the journey first before the underlying page.
810
## [2.85.4] - 2024-11-11

deployment/deploy-qa.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ NC='\033[0m'
2121
aws s3 cp --content-type="text/javascript" --content-encoding="gzip" dist/build.min.js.gz s3://branch-builds/web-sdk/branch-latest.min.js
2222
aws s3 cp --content-type="text/javascript" dist/build.js s3://branch-builds/web-sdk/branch.js
2323

24-
./deployment/build-example-html.sh "key_live_feebgAAhbH9Tv85H5wLQhpdaefiZv5Dv" "https://api.stage.branch.io" "https://cdn.branch.io/branch-staging-latest.min.js"
24+
# Engagement Pro Staging Testing App - ID: 1359637087497768975
25+
./deployment/build-example-html.sh "key_live_bydNZt6LxLEPG6QHe9BY8gbgDFjikcY5" "https://api.stage.branch.io" "https://cdn.branch.io/branch-staging-latest.min.js"
2526
aws s3 cp example.html s3://branch-cdn/example-staging.html
2627

2728
echo -en "${GREEN}Pushing to CDN ...${NC}\n"

deployment/release-s3.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ echo "Releasing Branch Web SDK"
1010

1111
make release
1212

13-
./deployment/build-example-html.sh "key_live_hcnegAumkH7Kv18M8AOHhfgiohpXq5tB" "https://api2.branch.io" "https://cdn.branch.io/branch-latest.min.js"
13+
# Engagement Pro Production Testing App - ID: 1364963849844839205
14+
./deployment/build-example-html.sh "key_live_gAbR03mCEte9DLh6L9GFApebvyg4mMDw" "https://api2.branch.io" "https://cdn.branch.io/branch-latest.min.js"
1415
aws s3 cp example.html s3://branch-builds/example.html
1516
aws s3 cp example.html s3://branch-cdn/example.html
1617

0 commit comments

Comments
 (0)