mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-18 13:47:08 -04:00
Add CD for android live update
This commit is contained in:
15
scripts/android_live_update.sh
Executable file
15
scripts/android_live_update.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")"/..
|
||||
|
||||
yarn build-web-view
|
||||
|
||||
npx @capawesome/cli apps:bundles:create \
|
||||
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
|
||||
--channel default \
|
||||
--commit-message $(git log -1 --pretty=format:"%s") \
|
||||
--commit-ref 'd699ceae3890f70a7bc66720bc980398f799a6e1' \
|
||||
--commit-sha 'd699ceae3890f70a7bc66720bc980398f799a6e1' \
|
||||
--path web/out
|
||||
Reference in New Issue
Block a user