OtagoPolytechnic / Cloudy-with-a-Chance-of-LoRa

2024 S2 Studio 5/6 Weather Station Team
0 stars 0 forks source link

Refresh App IDs on commits to main and store as secrets. #41

Closed SamanthaCra closed 1 month ago

SamanthaCra commented 2 months ago

This is a publc repo so we need to ensure our app EUIs and app keys are stored as secrets. This will mean making new devices on TTN when we have finalised our code and storing those IDs as secrets.

SamanthaCra commented 2 months ago

So far this has been set up with Cron jobs but if we can get the docker container integration working on the app server we may be able to use it to deploy on the Pi too.

SamanthaCra commented 2 months ago

Our main blockers are that the secrets are only used in actions so they wont go into the code unless we use Arduino Cloud.

SamanthaCra commented 1 month ago

I will pick this back up in sprint # 4