Skip to content

Commit

Permalink
[patch] Update test page keys (#1092)
Browse files Browse the repository at this point in the history
## Description

Updated the keys used in the example page to ones that support journeys.
  • Loading branch information
adamerickson-branch authored Nov 18, 2024
1 parent ef478c7 commit eb97ada
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to the Branch Web SDK will be documented here.
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).

## [VERSION] - unreleased
## [2.86.1] - 2024-11-15
- Updated keys/apps that the example page uses for staging and prod.
## [2.86.0] - 2024-11-12
- Switched from appending to prepending journey content on mobile devices so screen readers read the journey first before the underlying page.
## [2.85.4] - 2024-11-11
Expand Down
3 changes: 2 additions & 1 deletion deployment/deploy-qa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ NC='\033[0m'
aws s3 cp --content-type="text/javascript" --content-encoding="gzip" dist/build.min.js.gz s3://branch-builds/web-sdk/branch-latest.min.js
aws s3 cp --content-type="text/javascript" dist/build.js s3://branch-builds/web-sdk/branch.js

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

echo -en "${GREEN}Pushing to CDN ...${NC}\n"
Expand Down
3 changes: 2 additions & 1 deletion deployment/release-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ echo "Releasing Branch Web SDK"

make release

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

Expand Down

0 comments on commit eb97ada

Please sign in to comment.