feat: add keystore properties pipeline
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Copy this file to `keystore.properties` (which is gitignored) and fill in your
|
||||
# real values. This file — the .example — carries NO secrets and is safe to commit.
|
||||
#
|
||||
# `storeFile` is the path to your release keystore. Keep the keystore OUTSIDE the
|
||||
# repo (e.g. ~/.keys/encore-release.jks) and back it up offline — losing it means
|
||||
# you can never ship another signed update on your own channels.
|
||||
|
||||
storeFile=/absolute/path/to/encore-release.jks
|
||||
storePassword=CHANGE_ME
|
||||
keyAlias=encore
|
||||
keyPassword=CHANGE_ME
|
||||
Reference in New Issue
Block a user