-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
When switching to prod-mode, it's necessary to ensure that latest wu has been built. This does not happen automatically now - a manual ./build.sh is necessary (as well as manually updating current version).
Need to streamline this process.
- make switching from dev to prod mode as simple as possible, and with only one switch. (Currently two lines must be changed in
.ymlfile - ensure latest
wuis built when starting upprodmode. must check which version is latest, and build if necessary. perhaps belongs inrestart.shscript. - perhaps tag versions on github with
:latestand always build from that
Reactions are currently unavailable