Jack Goslin
11/13/2023, 11:01 PMprefecthq/prefect:2-latest image. It's been a pain having to remote into the EC2 instance, then docker cp my flow into the server container, then docker exec into the container to run prefect deploy then copy out that yaml file so I can modify the pull step, and then docker cp it back into the server container. It doesn't have ssh or git or I'd just clone the repo that way. Is this what most people do when they self host? If I don't use the yaml file then I have to define my deployment in the code and I'm getting all mixed up. It doesn't feel right to me, so any opinions on what a good workflow for this is would be greatly appreciated!Alexander Azzam
11/13/2023, 11:02 PMAlexander Azzam
11/13/2023, 11:06 PMKevin Grismore
11/13/2023, 11:30 PMKevin Grismore
11/14/2023, 12:03 AMJack Goslin
11/14/2023, 12:13 AM