Compare commits

...

3 Commits

Author SHA1 Message Date
Koen c8ab7f7d42 Fixes to deploy scripts. 2023-09-28 12:21:31 +02:00
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
22 changed files with 31 additions and 19 deletions
+4
View File
@@ -1,6 +1,10 @@
#!/bin/sh
DOCUMENT_ROOT=/var/www/html
# Sign sources
echo "Signing all sources..."
/usr/bin/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..."
/usr/bin/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..."
/usr/bin/bash ./sign-all-sources.sh
# Build content
echo "Building content..."
./gradlew --stacktrace assembleUnstableRelease