Is Extensions and Theme deployment bound to Websit...
# suitecommerce
m
Is Extensions and Theme deployment bound to Website or Domain or SSP?
d
As far as I know domain and every domain will have an SSP attached to it so indirectly it is associated to SSP
m
Multiple SSP's are needed if you are using SCA and you want your Dev and Staging environment to run different git versions at the same time.
My concern is that why there is a
domain
key added in
.nsdeploy
file though all the deploy stuff goes under
Deploy_Extensions
.
You can activate the same Extension or Theme deployed to every domain even if its setup under same or different SSP.
d
Yes we can but once we activate the code gets deployed to the SSP that is attached to the domain it basically gets deployed to "ssp_libraries_ext.js"
m
Example, if you have 2 SSP's with 1 domain each and you: • Deploy and activate extension on domain 1 • Re-deploy and activate the extension (with minor changes) on domain 2 • Re-activate extension on both the domains So after performing the above steps, will both domains be serving different version of the extension?
s
as for my testing yes, they are different version. and yes it is bound to domain