Doing my first open fleet and can’t make my environment variables show up in newly provisioned devices. Fleet is bubblesnet3, and below is my balena.yml. I know the balena.yml is being seen, Ideas? Am I missing the purpose of that balena.yml section?
name: BubblesNet Edge-Device
type: sw.application
description: >-
Deep-water-culture hydroponics ... automated
post-provisioning: >-
BubblesNet Edge-Device is the measurement and control component of the BubblesNet system, a Raspberry Pi 3B+ based
device to measure the environment inside a cabinet/tent and through attached relay-controlled environmental control
devices (heater, humidifier ...) to keep that environment in an ideal state to grow for whatever stage the crop
may be at.
Thanks to Balena [OpenFleets](https://hub.balena.io/organizations/gh_bubblesnet), you benefit from having automatic updates. As soon as updates are shipped, they will be deployed to your device.
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/bubblesnet/edge-device'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/bubblesnet/edge-device/main/static/img/BubblesNetLogo.png
data:
applicationConfigVariables:
- BALENA_HOST_CONFIG_gpu_mem: 128
applicationEnvironmentVariables:
- NODE_ENV: PRODUCTION
defaultDeviceType: raspberry-pi
supportedDeviceTypes:
- raspberrypi3
version: 0.1.1
Okay - I have deploy to balena buttons setup on two repos and both throw errors on brave and firefox (see below). Looking round the forums for clues. On Brave I get this error:
@rodley Thank you for keeping this thread up to date as you worked through your issue, I just wanted to check that logging in as the repo owner solved the issue you were having?
If I explained ALL of the things I was doing wrong you might have to revoke my IoT-Guy Card.
I’m taking a system that runs in-house, built and deployed locally and making it public where it needs to build and deploy remotely via the deploy button. Bottom line, my builds were failing but when I built and deployed locally everything looked good. Basic misunderstanding of how this stuff works.