I'm currently learning rails following this tutorial: https://www.railstutorial.org/book/beginning#sec-the_hello_application
Here's what I've done.
rails new hello_world
to create a new rails application.rails new sample_app
rails server -b $IP -p $PORT
sample_app
application.How do I specify which application I want to deploy?
Make sure you are in the right directory. You have created two applications in the same directory, so make sure you are starting the server from /workspace/hello_world