mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Automatic deploy 28994147
This commit is contained in:
parent
4c6106b2fa
commit
fd9ac99e5b
3 changed files with 10 additions and 5 deletions
|
@ -14,6 +14,11 @@ sed -i '' -e "s/^[[:space:]]*versionCode = .*/ versionCode = $versionCode
|
|||
-e "s/^[[:space:]]*versionName = .*/ versionName = \"$versionName\"/" \
|
||||
./app/build.gradle.kts
|
||||
|
||||
git add .
|
||||
git commit -m "Automatic deploy $versionCode"
|
||||
git tag -f $versionCode
|
||||
git push
|
||||
|
||||
|
||||
DOMAIN="breakout.lecaro.me"
|
||||
PUBLIC_CONTENT="./app/src/main/assets/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue