Hi,
We are making a new shop application we would like to deploy. However we
want to allow the user’s and organisations that will be using the
application to ‘update’ it without needing to redeploy it.
Is this a good idea? we where thing about something like:
- show the user the update
- download latest source
- update the files
- run migrations and tell the ‘user’ to restart webserver (or do it
ourself)…