📚

Heroku環境への入り方

2021/01/03に公開

Heroku環境で何かを確認したいときに行う。

heroku run bashでheroku環境へ入れる。
試しにlscommandを打ってみた結果がこちら。

masa@DESKTOP-0CNPS43:~/RailsTutorial$ heroku run bash
Running bash on ⬢ masa-rails-tutorial-20210103... up, run.4157 (Free)
~ $ ls
app              config.ru              Gemfile       package.json       README.md  yarn.lock
app.json         db                     Gemfile.lock  postcss.config.js  spec
babel.config.js  docker-compose.ci.yml  lib           Procfile           storage
bin              docker-compose.yml     log           public             tmp
config           Dockerfile             node_modules  Rakefile           vendor

Discussion