Skip to content

Commit df7f566

Browse files
Updated keys that the build-example-html.sh uses as the app that it connects to for testing.
1 parent ef478c7 commit df7f566

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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)