petesmith
User
 Fresh Boarder
| Posts: 1 |   | Karma: 0
|
Deployments and Environments - 2006/05/15 18:01
Hello fellow boston php people -
Can anyone suggest how they manage deployments / releases with php? We have CVS here, and I haven't tried PHING or any build automation stuff. Generally speaking, we have a dev env, and I use fullsync to push files from dev to prod. But, this doesn't cover data migration, for that I am using Navicat. Should dev always mirror prod? Right now I have a hybrid where, I have some features cooking in dev but not released to prod. Should builds always come off of a cvs repository? There must be some way to manage this better.
|