Added signing to deploy scripts.

This commit is contained in:
Koen 2023-09-28 12:17:33 +02:00
parent 072094ed7b
commit 1682dcbddf
2 changed files with 8 additions and 0 deletions

View file

@ -1,6 +1,10 @@
#!/bin/sh
DOCUMENT_ROOT=/var/www/html
# Sign sources
echo "Signing all sources..."
bash ./sign-all-sources.sh
# Build content
echo "Building content..."
./gradlew --stacktrace bundlePlaystoreRelease

View file

@ -1,6 +1,10 @@
#!/bin/sh
DOCUMENT_ROOT=/var/www/html
# Sign sources
echo "Signing all sources..."
bash ./sign-all-sources.sh
# Build content
echo "Building content..."
./gradlew --stacktrace assembleStableRelease