Double-checking - I need all the dependencies for ...
# ask-community
m
Double-checking - I need all the dependencies for a Flow installed on the machine that Registers it, right? Even if it runs elsewhere?
k
Hey @matta, in general yes. You can bypass this by importing in tasks/functions, but that’s not recommended
m
Kk!
Hrm, that'll make it a little more complicated to deploy from a GitHub Action, but let's see!
especially if I wanna do the Monorepo
Wanna be able to have separate environments for different Flows, and only rebuild (and install the dependencies of) a flow that changed
z
You could use docker images for each environment and register with a docker run command!
1
c
👍 'ing @Zach Schumacher’s comment, we've got docker images that we use to register our flows within Actions