jamtools / rpi-deploy

0 stars 0 forks source link

Make it so the repo we are fetching releases from is not hardcoded in the checker binary #2

Open mickmister opened 3 months ago

mickmister commented 3 months ago

The checker should load a file from disk to know what repo to fetch releases from. This way the application to use can be changed after deployment. SSH into pi and change that small file to change the thing to pull. Would need to invalidate previous deployment based on mismatching repo, rather than just creation date comparison