Hey folks - does the set_working_directory step under pull in the prefect.yaml allow for multiple directories? I run prefect locally from a service account and test from my user account.
✅ 1
b
Bianca Hoch
10/19/2023, 2:35 PM
Hi Evan, i don't think that you can set multiple directories under a single pull step. However, you can define a unique pull step for each deployment declaration, each with it's own directory in
set_working_directory
Bianca Hoch
10/19/2023, 2:37 PM
To define a pull step for each declaration, it'd look something like this:
Bianca Hoch
10/19/2023, 2:41 PM
If you could tell me a bit more about how your directory is structured, i can try to make some recommendations