Building my API when deploying with github
robleragency
FREEOP

a year ago

I have a serious problem and it is that I have an upload folder where multimedia content is uploaded

Whenever I make a change, even a minimal one, in my microservice and deploy these changes, Railway builds my entire API and sets the upload folder, deleting the multimedia content that I have inside

Is there a necessary configuration to skip this folder or to only build the services where changes were made?

1 Replies

a year ago

You can make data persist between deployments using a volume, just mount it to the location where you're storing your multimedia (e.g /app/media)


Loading...