mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-09 09:39: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
|
#!/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 bundlePlaystoreRelease
|
./gradlew --stacktrace bundlePlaystoreRelease
|
||||||
|
|
|
@ -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 assembleStableRelease
|
./gradlew --stacktrace assembleStableRelease
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue