forked from MapComplete/MapComplete
Scripts: better deploy of android version
This commit is contained in:
parent
c5ef64c5d2
commit
d4fef12b49
1 changed files with 1 additions and 1 deletions
|
@ -64,5 +64,5 @@ jobs:
|
|||
run: |
|
||||
TAG=$( echo ${{ env.GITHUB_REF_NAME }} )
|
||||
scp android/app/build/outputs/apk/release/app-release.apk hetzner:~/public/apk/mapcomplete-$TAG.apk
|
||||
ssh hetzner 'cp "public/apk/$(ls -v apk/ | tail -n 1)" app/mapcomplete-latest.apk'
|
||||
ssh hetzner 'rm -f public/apk/mapcomplete-latest.apk && cp "public/apk/$(ls -v apk/ | tail -n 1)" public/apk/mapcomplete-latest.apk'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue