->local() in YAML configuration #2552
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. |
Beta Was this translation helpful? Give feedback.
-
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: |
Beta Was this translation helpful? Give feedback.
-
Hey, i want to define a small task within
deploy.yaml
with deployer v7But sadly that does not work. Is there an other configuration that i haven't seen?
The old php variant:
Beta Was this translation helpful? Give feedback.
All reactions