Skip to content

Commit

Permalink
docs: Add instructions for CI/CD systems. (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac authored May 10, 2022
1 parent 618905c commit 02bb062
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@ After applying the plugin and building your project, the API key then becomes ac
<meta-data android:value="${apiKey}" />
```

## CI/CD Systems

For CI/CD systems, consider creating and checking in version control a default properties file with all
the same keys required by your app but with _safe_ default values. To do this, create a properties file
and set the `defaultPropertiesFileName` value to that file name. For example:

```groovy
secrets {
defaultPropertiesFileName = 'local.defaults.properties'
}
```

## Configuration Options

The plugin can optionally be configured:
Expand Down

0 comments on commit 02bb062

Please sign in to comment.