R
Railway12mo ago
iseiaki

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
Percy
Percy12mo ago
Project ID: N/A
iseiaki
iseiaki12mo ago
N/A
Brody
Brody12mo ago
does this json file need to persist across deployments
iseiaki
iseiaki12mo ago
no it only needs to be connected to one repo deployed.
Brody
Brody12mo ago
then just write the file with a temp name no volume needed
iseiaki
iseiaki12mo ago
thank you!
Brody
Brody12mo ago
no prob