For now which Prefect version I should use for dep...
# prefect-ui
s
For now which Prefect version I should use for deployment? I read the new release about deployment. but when I try to run command
prefect deployment --help
. I don’t see
build
or
apply
c
What version are you on?
s
I’m on Prefect2.0a13.
c
2.0.1 is the latest version. And I believe 2.0 was the first release with the new deployment commands. Try upgrading to latest
s
Now it’s work. thank you a lot. Can you provide me with some resources about perfect config settings? I tried to find it for a while but still have not found it.
c
Is this what you're looking for? https://docs.prefect.io/concepts/settings/
s
yeah. but from my previous deployment with Prefect 2.0b5. I have used it remotely with aws. and I have to set
PREFECT_ORION_UI_API_URL
with my public ip addr. for this version which variable I should assign for this ip.
c
I'm not sure how or if that changed since 2.0b5. But all the available settings should be in those docs. Someone else might have a more specific answer
s
I cannot assign it to the same variable name for now. but it’s ok. I will find it in the docs. Thank you.
👍 1