@mmd_coding posted a message about pushing a Yii app to the Zend Developer cloud. I was asked by Roy Ganor if we knew how people were deploying and, quite honestly, I don’t know how people tend to. Some of the options are
- Zend Studio Deployment
- Zend Studio RSE (SFTP)
- Other IDE SFTP
- Native SFTP
Which of these options do you use?
Please answer in the comment form.
Comments
dstockto
I had trouble with most of the ways above. I ended up tying it into git so when I push code it deploys to the cloud instance. Of course that means I’m primarily developing locally usually too.