I want to run some Phing tasks when deploying a PHP application on cloudControl. How can I do this?
Asked
Active
Viewed 107 times
-2
-
There is the possibility to use the heroku-phing-buildpack but it is yet to be documented "how that actually works". Unless you want to figure it out yourself - which is what i am trying to right now. The way to start is to create a new app using the following line: $ cctrlapp your_new_app_name create custom --buildpack https://github.com/ryanbrainard/heroku-buildpack-phing.git This calls "phing stage" after pushing your code. – Andresch Serj Jun 17 '13 at 16:47