Emma Fabre

Results 138 comments of Emma Fabre

Rocketeer indeed won't handle load balancing by itself. However if you use AWS for that or anything like that, they have PHP SDKs which you can use in your configuration...

Well you could already use the `before` and `after` hooks for this no? Those should fail the task if you return `false` in them in theory

Can you run `which svn` on your server with the same credentials Rocketeer logs in as? What is the output?

@nepsdotin Out of curiosity why aren't you comfortable using the PHAR?

That is correct yes, prioritizing Laravel integration over other frameworks meant that a) I was locked to specific versions of specific dependencies b) making it work for different versions of...

@kirschbaumj Check the plugin @Ciaro listed, it'll allow you to install it as a Composer dependency without the depedencies of Rocketeer clashing

It seems what you're looking for is contextual configuration, check around the bottom of this section http://rocketeer.autopergamene.eu/#/docs/docs/II-Concepts/Connections-and-Stages

There was a bug with after events, can you check on latest version if the issue is still here?

Pushed a related fix, can you try again? Should get a clearer output

If you manually set `'artisan' => 'artisan'` in `paths.php` do you get the same output?