https://dagster.io/ logo
#ask-community
Title
# ask-community
a

Arran

07/26/2022, 11:35 AM
Hi. Im just wondering about deploying dagster to a virtual machine. It would be nice to be able to update the jobs from a github repo and not have to reload dagit every time code is added or changed. is this possible? From all documentation I've read it is only said that you should write your code and then run dagit -w workspace.yml. Is there something I'm missing?
d

daniel

07/29/2022, 3:32 AM
Hey Arran - when your code changes you don't need to restart dagit, you can either press the Reload button from the Workspace tab and your changes will appear in dagit, or if you're running your code in a separate grpc server , dagit will automatically pick up the changes when you restart that server