Migrated from dkg-v9 issue #67
Goal:
- when a new version is pushed to github, we want the node to automatically grab it and update itself
If we have dockerization, this should be done more easily.
(node can check for versions, if there is new version it pulls and builds it on different ports. it runs the tests, if everything works it then switches from the old to the new one)
Goal:
If we have dockerization, this should be done more easily.
(node can check for versions, if there is new version it pulls and builds it on different ports. it runs the tests, if everything works it then switches from the old to the new one)