File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ echo "Releasing Branch Web SDK"
1010
1111make 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"
1415aws s3 cp example.html s3://branch-builds/example.html
1516aws s3 cp example.html s3://branch-cdn/example.html
1617
You can’t perform that action at this time.
0 commit comments