Eximchain / terraform-aws-dappbot

Terraform infrastructure to run ABI Clerk
Other
0 stars 1 forks source link

Dappsmith upgrade mechanism for DappBot Enterprise #37

Open Lsquared13 opened 5 years ago

Lsquared13 commented 5 years ago

Currently, the Source for an Enterprise Dapp is written once on Dapp creation and never again. We need a mechanism to run builds with new versions of Dappsmith and push them to users.

We won't be able to push to master because they may have made changes that can't auto-merge. We'll need to push to another branch and let them merge it in. It's an open question whether we want a single branch with HEAD at the latest version (e.g. dappsmith-updates), or a branch per release (e.g. dappsmith@v1.0)

Some things we need to deal with: