When I deploy one application, the directory containing that application and all of its code gets deployed - but the INI file in the friendly_url directory does not. Am I doing something wrong when I deploy? Must I always choose common libraries? Even when deploying a change to one application?
Yup, wether we deploy one or many applications, SC does not deploy the firendly_url directory.
I know the folder is being used when doing a sync applications. But I don’t know if there are any other use of this folder.
So I created a module where I specifically add the application name (form, grid, blank, calender, etc, specify if it is form or grid - they call it cons) and store on sec_apps table, and recreate the application to all groups.
This way, the security module will have that application to manage on the production.
I’ve found other issues with SC deployment - so have started using a ZIP file to deploy (which includes all of the necessary libs etc.) It takes longer but it works. Thank you.