abdulloevdilshod
FREEOP
2 years ago
I have a telegram bot that locally stores user ids. And every time a new user logs in, this file with id is updated. How can I get this updated file? Can Railway push to my branch?
6 Replies
brody
EMPLOYEE
2 years ago
Your github repo is not file storage, you would want to store files in a volume for persistence -
or use a database like postgres
brody
EMPLOYEE
2 years ago
no prob