mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 12:15:06 -04:00
Build 29064070
This commit is contained in:
parent
e9f3f03bcf
commit
0cef60f90d
6 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue