mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-02 22:30:40 +00:00
Added signing to deploy scripts.
This commit is contained in:
parent
1682dcbddf
commit
5b03a1e99c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue