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
- Host: GitHub
- URL: https://github.com/balena-io-examples/example-build-secrets-and-variables
- Owner: balena-io-examples
- Created: 2019-04-12T13:51:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T14:46:01.000Z (over 6 years ago)
- Last Synced: 2025-07-13T07:17:24.850Z (5 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 7
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.