->local() in YAML configuration #2552
Unanswered
ulrichmathes
asked this question in
Help needed
Replies: 2 comments 1 reply
|
From the schema.json linked in the documentation, it's possible to see, that the key would be I have the same question (even how to do it in Deployer 7 with PHP) and didn't have the time to delve into the code with my skill level. |
1 reply
task('test', function () {
run('cd {{release_path}}ext/sitepackage/ && yarn install --silent && yarn build');
})->local();This was deprecated because of ambiguity. In your case you can be explicit: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey, i want to define a small task within
deploy.yamlwith deployer v7But sadly that does not work. Is there an other configuration that i haven't seen?
The old php variant:
All reactions