forked from MapComplete/MapComplete
Scripts: copy file to deploy location
This commit is contained in:
parent
3d982b5cdb
commit
54a8ea5cad
1 changed files with 2 additions and 0 deletions
|
@ -52,3 +52,5 @@ jobs:
|
|||
run: |
|
||||
TAG=$( echo ${{ env.GITHUB_REF_NAME }} )
|
||||
scp android/app/build/outputs/apk/release/app-release.apk hetzner:~/apk/mapcomplete-$TAG.apk
|
||||
ssh hetzner 'cp "apk/$(ls -v apk/ | tail -n 1)" app/mapcomplete-latest.apk'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue