I have an APEX application which has a customized substitution stirng, the value would be different for different environments(dev/test/prod). I am using the visual builder studio build job to deploy the application, however, after each deployment, the substitution string is changed back to the value from dev environment due to the install scrips are exported from dev env.
Is there any way to update the substitution string by sql script? So I can integrate it into the build job. Update the value each time after the deployment. Thanks