-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems that some tasks dit not run #10
Comments
Can you paste your output from |
|
BTW the invoke command for symfony doesnt work eighter...
results in --> DB:FIRST-RUN : -> create DB with doctrine seems that i have forgotten something ?! |
@2bedom Can you update your comments putting the code in proper fenced blocks it is very hard to read. You can also put the output for deploy.rb in the same fenced blocks |
@peterjmit done ;) sry ... was first report :) |
Hello, Same here. I wrote a custom task to do an assetic:dump (I can make a PR if you're interested by this feature) on deploy. namespace :symfony do
namespace :assetic do
desc "Dump assets to the filesystem"
task :dump do
invoke "symfony:command", "assetic:dump"
end
end
after "deploy:updated", "symfony:assetic:dump"
end But the assets are not deployed when I run the
As you can see, my command Interesting fact is that it works well for PS : If I run |
|
@2bedom Does the server, on which you're trying to run |
@mstrzele the server i deploy too has all 3 roles :app, :web, :db if i enclose the task by the on role xy i cant invoke symfons:run tasks... |
ok seems that i have used the wrong gem Oo ... there is another gem on git hub but pretty same configuration ... omg.. all tasks now run, exept the assets task.. this task does not run
if i call cap develop deploy:assets:install by hand it works.. but not in flow ;( ...
but doesnt work eighter...
It also seems that the permission tasks doesnt respect the property
but it also doesnt respect the origin variable from the extension itself
any mistakes ? |
Same here, I miss my assets. I've found, that it doesn't go into the |
Server is declared like this : server 'dev-wapiti', user: fetch(:ssh_user), roles: %w{web app db} As you can see, it has the Like 2bedom, if I call my task by hand, it works. But it doesn't work in the flow. |
@peterjmit I still have this issue. The task |
When i try adeploy it seems that some tasks from
https://github.com/capistrano/symfony/blob/master/lib/capistrano/tasks/symfony.rake
did not run propperly..
1.) no bootstrap is created
2.) the permissions were not set
if i put this in my deploy.rb file
i also couldnt find were you use this var
my whole deploy.rb looks like this
something wrong with this config ?
The text was updated successfully, but these errors were encountered: