https://prefect.io logo
a

Ashe

05/18/2023, 9:25 PM
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

Jake Kaplan

05/18/2023, 9:31 PM
hey there! You can set your
PREFECT_API_URL
and
PREFECT_API_KEY
env vars manually inside of your docker setup
z

Zanie

05/18/2023, 9:33 PM
You can also use
prefect cloud login
from your Dockerfile as long as you pass a key and a workspace
a

Ashe

05/19/2023, 5:55 PM
thank you!