-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve way to update config.yaml on the Doorbots #11
Comments
Or would a post-update or post-receive hook allow auto updates when pushed, e.g.
Or would a separate script be better, e.g.
|
without having updated the
|
I've made an rfid-keyboard to allow easier collection of the RFID UIDs: https://git.defproc.co.uk/DefProc/rfid-keyboard So now, with the device plugged in as a USB keyboard, the process to add/search though a local clone of doorbot-setup can be done without ssh'ing to a doorbot for an ID number. |
Ideally, the pull should happen from the user's local repo in a script. e.g:
|
As a way of taking steps to improve the current process, I've written a pair of scripts that automate the In the doorbots-config repo, there is now:
|
Have changed the title on this to reflect what the issue is now about. |
The canonical copy of the config.yaml lives in bitbucket. However, so far we tend to update it on doorbot1 and just copy it across.
The reload-all-config.sh script should perform a git pull rather than copying things across.
The text was updated successfully, but these errors were encountered: