Automatic deploy 28994147

This commit is contained in:
Renan LE CARO 2025-02-15 20:47:26 +01:00
parent 4c6106b2fa
commit fd9ac99e5b
3 changed files with 10 additions and 5 deletions

View file

@ -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/"