Automated updates
Opened this issue · 1 comments
ericmann commented
Presently, when new versions of the server app are available, the upgrade path looks something like:
- Turn off Vagrant
cd
into the app directory within the project- Update the project
npm install --no-bin-link
to pull in additional dependencies- Restart Vagrant
Unfortunately, this upgrade path will break when we move the server app to a globally-installed module with 10up/Derrick#12
We need the app to be capable of updating itself, ideally when triggered externally.