mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Added signing to deploy scripts.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user