Push to GitHub
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?
Solution:Jump to solution
Your github repo is not file storage, you would want to store files in a volume for persistence - https://docs.railway.app/guides/volumes
or use a database like postgres...
5 Replies
Project ID:
N/A
dcc211ea-c68e-4636-afca-de6d38843b2c
Solution
Your github repo is not file storage, you would want to store files in a volume for persistence - https://docs.railway.app/guides/volumes
or use a database like postgres
thanks
no prob