An open API service indexing awesome lists of open source software.

https://github.com/balena-io-examples/example-build-secrets-and-variables

Example of build time secrets and variables on balenaCloud
https://github.com/balena-io-examples/example-build-secrets-and-variables

Last synced: 4 months ago
JSON representation

Example of build time secrets and variables on balenaCloud

Awesome Lists containing this project

README

          

## An example of Build Time secrets and Variables on balenaCloud.

This is an example of how to use the "Build time secrets and variables" feature of balenaCloud. You can find more documentation on this feature [here](https://www.balena.io/docs/learn/deploy/deployment/#build-time-secrets-and-variables).

This project is designed to work with [balena push](https://www.balena.io/docs/learn/deploy/deployment/#balena-push).

**WARNING!!!** This is just an example and for that reason the `.balena` folder has been committed into the repo along with the code. In an actual project you should add the `.balena` folder to your `.gitignore` file so that your secrets are not exposed.