Compare commits

...

2 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
22 changed files with 25 additions and 21 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ DOCUMENT_ROOT=/var/www/html
# Sign sources
echo "Signing all sources..."
bash ./sign-all-sources.sh
/usr/bin/bash ./sign-all-sources.sh
# Build content
echo "Building content..."
+1 -1
View File
@@ -3,7 +3,7 @@ DOCUMENT_ROOT=/var/www/html
# Sign sources
echo "Signing all sources..."
bash ./sign-all-sources.sh
/usr/bin/bash ./sign-all-sources.sh
# Build content
echo "Building content..."
+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