Push to GitHub
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

abdulloevdilshod
FREEOP

2 years ago

dcc211ea-c68e-4636-afca-de6d38843b2c


abdulloevdilshod
FREEOP

2 years ago

dcc211ea-c68e-4636-afca-de6d38843b2c


abdulloevdilshod
FREEOP

2 years ago

dcc211ea-c68e-4636-afca-de6d38843b2c


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


abdulloevdilshod
FREEOP

2 years ago

thanks


brody
EMPLOYEE

2 years ago

no prob


Loading...