Snippets! (related to templates)
complete
f
feedback guy
Something that would be nice and related to server templates, but not the same, would be something like 'snippets'.
Basically, snippets of commands that could be inserted into any deployment script.
E.g. If I made a 'docker install' snippet. I could insert that snippet into deployments by selecting it for either the pre-deployment or post-deployment section (or container section).
Allowing adding multiple snippets and selecting the order (either before the section is run or after).
Could have other snippets like 'ufw/firewall config' for example.
Basically, like legos we can create and then re-use them for different deployments. There would be the additional benefit of being able to update snippets for all deployments from one location.
Link to server templates (related suggestion): https://deploybot.canny.io/your-ideas/p/allow-to-create-server-templates
F
Facundo DeployBot
complete
F
Facundo DeployBot
in progress
F
Facundo DeployBot
feedback guy can you please take a look at: https://gists.deploybot.com/all, more integrations with DeployBot will come later, it's just the initial version for now
F
Facundo DeployBot
This one it's also good. We were thinking on something like snippets.deploybot.com or gist.deploybot.com, in which we can share these fragments of code.
f
feedback guy
Facundo DeployBot: Oh nice, if we could implement those shared official fragments either by cloning them (for our own private snippets) or by adding them directly into our builds - that could be great.
So if we directly use an official snippet in our server deployment script and if that snippet ever is changed in the future, our deployment would automatically use the new version.