Join Slack
Powered by
Double-checking - I need all the dependencies for ...
# ask-community
m
matta
06/25/2021, 9:26 PM
Double-checking - I need all the dependencies for a Flow installed on the machine that Registers it, right? Even if it runs elsewhere?
k
Kevin Kho
06/25/2021, 9:30 PM
Hey
@matta
, in general yes. You can bypass this by importing in tasks/functions, but that’s not recommended
m
matta
06/25/2021, 9:30 PM
Kk!
matta
06/25/2021, 9:31 PM
Hrm, that'll make it a little more complicated to deploy from a GitHub Action, but let's see!
matta
06/25/2021, 9:32 PM
especially if I wanna do the Monorepo
matta
06/25/2021, 9:34 PM
Wanna be able to have separate environments for different Flows, and only rebuild (and install the dependencies of) a flow that changed
z
Zach Schumacher
06/26/2021, 4:20 AM
You could use docker images for each environment and register with a docker run command!
✅ 1
c
ciaran
06/28/2021, 10:15 AM
👍 'ing
@Zach Schumacher
’s comment, we've got docker images that we use to register our flows within Actions
5
Views
Open in Slack
Previous
Next