Hi all, anyone know how I can run prefect in rende...
# prefect-cloud
a
Hi all, anyone know how I can run prefect in render? It works locally and env vars are set, but not seeing my job in prefect cloud on the render run
1
like can I do a version of this in a dockerfile?
Copy code
Use the prefect cloud login Prefect CLI command to log into Prefect Cloud from your environment.
j
hey there! You can set your
PREFECT_API_URL
and
PREFECT_API_KEY
env vars manually inside of your docker setup
z
You can also use
prefect cloud login
from your Dockerfile as long as you pass a key and a workspace
a
thank you!