I deployed my Rails app in conjunction with github (I did not use Docker).
When I accessed the console to check the deployed Rails data using “bundle exec rails c”, I get “bash: bundle: command not found”. Also, the version of Ruby is displayed as 2.7, although 3.2 was used when deploying.
All I want to do is run Rails commands on the deployed server.
How can I do that?