Deploy to Dev
Merge the code and files from the Multidev environment to the Dev environment.
Merge the
composerify
branch on the Custom Upstream into themaster
branch and push:git checkout master git merge composerify && git push origin master
Apply 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-test
Multidev, merge that Multidev into the Dev environment.Info:NoteThere is currently a platform bug which prevents Integrated Composer from being enabled until a change to
pantheon.yml
has 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.yml
at the end of the file, and that will trigger ComposerOr
Use
echo
to 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.