Dobromir Zahariev

Results 27 comments of Dobromir Zahariev

Better approach would be to do not have all plugins packed inside the binary, but to allow installation (provisioning) of plugins as part of application initialisation, or by triggering a...

The idea was to have deployable that allows deployments to be reproduced on different setups (test/val/prod) with already validated binaries. Anyway, you may contribute this as alternative approach for deployment.

Usually resource files are not deployed when deploy SM with go build pack. Only binary is provisioned and the SQL files that are needed for DB update/migrate are missing.