rifty600
FREEOP
10 months ago
Hi, im running a script that i need to update everyday and add new lines of code to. (i update on github)
Is there a way of editing my config.toml file without having railway build and redeploy every time? I want the script to be updated but i don't want it to act like it is running for the first time.
3 Replies
10 months ago
You could ssh into your project using the CLI and edit the files through there
maybe use redis cache for persistence of the data of the file.
when you want to update the file, dont do that, instead it updates redis
or use an s3 bucket to store the file, or the railway equivalent of a bucket.
10 months ago
!s
Status changed to Solved adam • 10 months ago