Are there any online resources that will help me c...
# ask-community
s
Are there any online resources that will help me create development environment for Prefect projects?
y
Hey Sumit, you’re in good place to starting this project. What do you mean by a “development environment”?
s
It means to have an environment to build and test prefect projects instead of testing the production.
k
Hey @Sumit Kumar Rai, people do this different but in general the enterprise users just spin up another tenant to provide separation. If not through a different tenant, other people do this with labels and projects to separate the environments. Projects to separate dev and prod flows, labels to separate the hardware. Do you use a CI/CD pipeline?
s
There's no CI/CD pipeline for now.
k
Oh then yes the above will apply. For the CI/CD, they normally push to dev and prod at the same time to keep things in sync
s
Got it. Thanks @Kevin Kho