Skip to main content
Last Reviewed: December 12, 2022

Deploy to Dev


Merge the code and files from the Multidev environment to the Dev environment.

  1. Merge the composerify branch on the Custom Upstream into the master branch and push:

    git checkout master
    git merge composerify && git push origin master
  2. Apply the upstream updates to your individual sites. This will only apply them to the Dev environment.

  3. If you applied any site-specific code to individual sites' ic-test Multidev, merge that Multidev into the Dev environment.

    Info:
    Note

    There 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.

  4. 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 Composer

      Or

    • Use echo to do it for you:

      echo "\n# comment to trigger Composer\n" >> pantheon.yml
  5. Make sure to push your changes up again.

  6. Confirm that the Dev environment is working as expected.