mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-05-01 15:14:29 +02:00
Added signing to deploy scripts.
This commit is contained in:
parent
1682dcbddf
commit
5b03a1e99c
@ -1,6 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
DOCUMENT_ROOT=/var/www/html
|
DOCUMENT_ROOT=/var/www/html
|
||||||
|
|
||||||
|
# Sign sources
|
||||||
|
echo "Signing all sources..."
|
||||||
|
bash ./sign-all-sources.sh
|
||||||
|
|
||||||
# Build content
|
# Build content
|
||||||
echo "Building content..."
|
echo "Building content..."
|
||||||
./gradlew --stacktrace assembleUnstableRelease
|
./gradlew --stacktrace assembleUnstableRelease
|
||||||
|
Loading…
x
Reference in New Issue
Block a user