Right now there's pros/cons to both project_ci and pantheon-deploy:
CI
- can complete a deploy without you/your-laptop being connected
- you can easily share the output with someone else to debug
pantheon-deploy
Has a few more best-practices baked in
- Is there overridden config on the source environment (i.e. is something not getting stored into config like it’s supposed to be?)
- Is there overridden config on the destination environment (i.e. has someone made a change on the live site that is about to be blown away by your deploy). It can even automatically clean this up in some scenarios.
It'd be great to roll these into Project CI.
Right now there's pros/cons to both
project_ciandpantheon-deploy:CI
pantheon-deploy
Has a few more best-practices baked in
It'd be great to roll these into Project CI.