Build 29064070

This commit is contained in:
Renan LE CARO 2025-04-05 11:10:55 +02:00
parent e9f3f03bcf
commit 0cef60f90d
6 changed files with 8 additions and 8 deletions

View file

@ -35,7 +35,7 @@ butler push app/build/outputs/apk/release/app-release.apk renanlecaro/breakout71
# archive the output files
FOLDER="/opt/mup-nginx-proxy/config/html/static_sites/archive.lecaro.me/public-files/b71/$versionCode"
ssh staging "mkdir -p $FOLDER"
rsync -vz "./build/index.html" staging:$DOMAIN/b71-$versionCode.html
rsync -vz "./app/build/outputs/apk/release/app-release.apk" staging:$DOMAIN/b71-$versionCode.apk
rsync -vz "./build/index.html" staging:$FOLDER/b71-$versionCode.html
rsync -vz "./app/build/outputs/apk/release/app-release.apk" staging:$FOLDER/b71-$versionCode.apk