bakroistvan

Results 11 comments of bakroistvan

thanks man i did it, my only problem is that during I deploy 3 staging for example: .rocketeer/connections/dev/hooks.php does not overwrite the original hooks.php config.php ``` 'on' => [ //...

Hi Delete the hooks.php. Create stages/my_stage_server_name/hooks.php. Edit the stages.php file like this: ``` php

this is my .rocketeer folder http://www.pastefile.com/EqANGl

oh i had a typo, but why isnt showing the console the right name for conf:release: ``` $ vendor/anahkiasen/rocketeer/bin/rocketeer Rocketeer version 2.1.2 Current state application x configuration /home/bakro/Documents/aptana/x/.rocketeer tasks /home/bakro/Documents/aptana/x/.rocketeer/tasks...

that helps, but if i run rocketeer conf:debug i get the following: ``` $ vendor/anahkiasen/rocketeer/bin/rocketeer conf:debug | Closure (conf-debug) [~1.76s] $ cd /var/www/html/releases/20150313181116 $ conf-debug [root@g] (do-dev) bash: conf-debug: command...

i merged the classes of the conf:debug and the conf:release: ``` ```

yeah, i just merged them in one file (see my last comment) and the file's path is: .rocketeer/tasks/mytasks.php