staging
ss push staging
Runs the associated bash script to push all content and database from the staging site (staging.example.com) to the production site. Keep in mind that SlickStack shares the same /uploads/ folder between production and staging sites to save disk space and improve efficiency, so when you “push” the staging site live, it will skip syncing that […]
Pushing Staging to Production
After several years of discussion and careful thought, SlickStack decided to not provide any function or script for developers to push staging sites live to the production site. The reasons for this are several… Firstly, we believe that staging sites should be for temporary testing of new features, and not for long-term redesign work (that’s […]
ss sync staging
This command runs the associated bash script, which, if STAGING_SITE is enabled in ss-config (set to true) then it will proceed to copy over all your files from the production site’s folder into the staging site’s folder, with the exception of the /uploads/ folder… this is to save space, and avoid headaches. For example, very […]