Access Deployed Project Data
Hi guys,
I deployed python flask app using github repo and i am wondering if i can access the files of the project so i can access the modified or added files in runtime.
Thanks in advance.
8 Replies
Project ID:
077fd8c2-d3f3-419a-9d1c-2d825bc4bec3
077fd8c2-d3f3-419a-9d1c-2d825bc4bec3
you would have to build that kind of functionality into your app
you mean that i have to code it as an end point or a method in my code
so the railway doesn't have the ability to let me access my files
it's up to you to provide methods to access the data your app produces
ok thanks
Services on Railway do not have a shell to ssh into
thanks @Adam I got it