Are there any blog articles or other write-ups reg...
# sdf
m
Are there any blog articles or other write-ups regarding some best practices for using SDF to manage Account Customization projects? Specifically environments were you’re bringing SDF into an account that’s already heavily customized. • Do you manage the entire code/object base in a single repo? ◦ or, do you create a new SuiteCloud project for each new business project? • When you deploy, should you deploy the entire project?  • Should you tweak the
deploy.xml
file to only include the objects/scripts that have been updated?  ◦ If so, do you manage this manually, or some automated way that might compare git branches and update the
deploy.xml
file? • Anyone using GitHub actions or Bitbucket pipelines to do all of this automatically? • What are some of the things to watch out for when deploying to an account where those objects exist already but have been updated?
And a local (podman) container based setup here: https://gitlab.com/tolaeon/sdf-docker/-/snippets/2066171
m
That's a great write-up, thanks for that!
👍 1