Added signing to deploy scripts.

This commit is contained in:
Koen 2023-09-28 12:18:22 +02:00
parent 1682dcbddf
commit 5b03a1e99c

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