mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-19 19:14:51 +00:00
Added signing to deploy scripts.
This commit is contained in:
parent
072094ed7b
commit
1682dcbddf
2 changed files with 8 additions and 0 deletions
|
@ -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 bundlePlaystoreRelease
|
||||
|
|
|
@ -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 assembleStableRelease
|
||||
|
|
Loading…
Add table
Reference in a new issue