volume
hey guys! quick question, I've got a golang project. I need it to create a json file on railway and then put some json data into it (later read it too), is that possible with mounting the volume or not? if so, how?
7 Replies
Project ID:
N/A
N/A
does this json file need to persist across deployments
no it only needs to be connected to one repo deployed.
then just write the file with a temp name
no volume needed
thank you!
no prob