Mathieu Allaire
Mathieu Allaire
See here: https://confluence.atlassian.com/display/BITBUCKET/Use+the+Bitbucket+REST+APIs#UsetheBitbucketRESTAPIs-Authentication You can use the Bitbucket API key for authentification (password). The page oauth page you linked to creates two keys
Hi @jlmakes, awesome thanks for the detailed reply. Let me know if you need help to test a potential fix. Also, while testing ScrollReveal, I also experienced this issue: https://github.com/jlmakes/scrollreveal/issues/231...
Hey @FooBarWidget, is there any news on this? We're still manually killing the first 3-4 processes that spawned to load balance correctly :) Thanks!
@dzenbot Anything preventing this PR getting merge? Just tested it and it fixed the issue for me. Thanks for your time 🍺
@dzenbot Yes, since it's minor, we could tackle this in a different PR, absolutely. Cheers!
@leoschweizer Did you fix it?
For some reason, even with ACL installed, and rwx on www-data (running on ubuntu 12.04), Laravel can't write to storage directory on errrors. any ideas? Note that it's not able...
Here's my lock file ``` GEM remote: https://rubygems.org/ specs: capistrano (3.1.0) i18n rake (>= 10.0.0) sshkit (~> 1.3) capistrano-composer (0.0.3) capistrano (>= 3.0.0.pre) capistrano-file-permissions (0.1.0) capistrano (>= 3.0.0) capistrano-laravel (0.0.2)...
I had to use: ``` namespace :deploy do after :updated, 'deploy:set_permissions:chmod' end ``` In order to make it works correctly.