-2

I want to run some Phing tasks when deploying a PHP application on cloudControl. How can I do this?

pst
  • 1,414
  • 11
  • 22
johnutzm
  • 102
  • 1
  • 7
  • 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

1 Answers1

2

Sorry, you currently can't, but custom buildpack support is coming soon.

Stefan Friesel
  • 823
  • 5
  • 19