doc files and deployment
This commit is contained in:
2
doc/devices.md
Normal file
2
doc/devices.md
Normal file
@@ -0,0 +1,2 @@
|
||||
swimtracker-4525a0 Garten
|
||||
swimtracker-452700 Testgerat
|
||||
@@ -12,3 +12,19 @@ scp -r dist/* root@server:"/volumes/swimtracker/app-update/"
|
||||
apt install openjdk-8-jdk-headless
|
||||
export PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:$PATH
|
||||
turtle build:android --type apk --public-url https://swimtracker.bauer.tech/app-update/android-index.json -o app.apk
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# New
|
||||
|
||||
|
||||
npm install -g eas-cli
|
||||
|
||||
|
||||
# check eas.json from profiles
|
||||
eas build --platform android --local --profile production
|
||||
|
||||
eas build --platform android --local --profile preview --output swimtracker-0.1.apk
|
||||
Reference in New Issue
Block a user