From 5b03a1e99c1008800d35a761a0498c4ca32bf008 Mon Sep 17 00:00:00 2001 From: Koen Date: Thu, 28 Sep 2023 12:18:22 +0200 Subject: [PATCH] Added signing to deploy scripts. --- deploy-unstable.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy-unstable.sh b/deploy-unstable.sh index 9b232b84..22aaf147 100644 --- a/deploy-unstable.sh +++ b/deploy-unstable.sh @@ -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