Compare commits

...

2 Commits

Author SHA1 Message Date
Koen 5b03a1e99c Added signing to deploy scripts. 2023-09-28 12:18:22 +02:00
Koen 1682dcbddf Added signing to deploy scripts. 2023-09-28 12:17:33 +02:00
3 changed files with 12 additions and 0 deletions
+4
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
+4
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
+4
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 assembleUnstableRelease