hardik

Results 8 comments of hardik

@GautierDele can you help me with this

@antonmedv Here is simple gist you can execute in your local environment, https://gist.github.com/hardikdangar/3048eaed1afee35464335c612b30b8d3 now when you run `dep deployer all` it executes 'custom:task' but if you see the output, `$...

so is there a way around this? as i want to run that task on single host only.

that would require me to run two diffrent commands when i want to deploy. isn't there a way to do this in simpler manner? Or is there a way to...

okay so i found a hack. i have added once() after ->select('stage=setupnode')->once() so it will executed only once. and that is what i want. although this is not a solution...

@antonmedv Yeah so let me explain what i am trying to do. I have server with similar laravel structure and similar code they all have diffrent directories i.e. abc.host.com, xyz.host.com....

@pedrohavay i am on node 18.12.0 and this is my package.json ` "devDependencies": { "autoprefixer": "^10.4.13", "nuxt": "3.0.0", "postcss": "^8.4.20", "tailwindcss": "^3.2.4" }, "dependencies": { "flowbite": "^1.5.5" }` and this...