Fixes to deploy scripts.

This commit is contained in:
Koen
2023-09-28 12:21:31 +02:00
parent 5b03a1e99c
commit c8ab7f7d42
22 changed files with 22 additions and 22 deletions

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..."