Deploy to Dev
Merge the code and files from the Multidev environment to the Dev environment.
Merge the
composerifybranch on the Custom Upstream into themasterbranch and push:git checkout master git merge composerify && git push origin masterApply the upstream updates to your individual sites. This will only apply them to the Dev environment.
If you applied any site-specific code to individual sites'
ic-testMultidev, merge that Multidev into the Dev environment.Information:NoteThere is currently a platform bug which prevents Integrated Composer from being enabled until a change to
pantheon.ymlhas been pushed to each site. Follow the steps below to complete the final deployment.After you push to Dev, you must push another change to
pantheon.yml. You can either:Add a comment in
pantheon.ymlat the end of the file, and that will trigger ComposerOr
Use
echoto do it for you:echo "\n# comment to trigger Composer\n" >> pantheon.yml
Make sure to push your changes up again.
Confirm that the Dev environment is working as expected.