Skip to content
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

Multi target mode not working #27

Open
mniepieklo opened this issue Sep 14, 2018 · 0 comments
Open

Multi target mode not working #27

mniepieklo opened this issue Sep 14, 2018 · 0 comments

Comments

@mniepieklo
Copy link

Hi,
I'm using latest version of your plugin, but I can't get multi target mode into work. Here's my config:

composer: {
            options: {
                composerLocation: 'composer'
            },
            deploy: {
                options: {
                    cwd: './build'
                }
            },
            staging : {
                options : {
                    cwd: './'
                }
            }
        },

and a get error in result:

Running "composer:deploy:install" (composer) task
You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug

                                    
  [InvalidArgumentException]        
  Command "deploy" is not defined.  
                                    

Warning: Task "composer:deploy:install" failed. Use --force to continue.

It looks like it runs: composer deploy --install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant