This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
- 3.2.1
bin/rails db:create
bin/rails db:migrate
bin/rails test
cp .env.sample .env
-
DEPLOY_SERVER_IPにサーバーのIPアドレスを設定
-
DEPLOY_SERVER_USERにサーバーのユーザ名を設定
-
REPO_URLにGitHubなどのリポジトリURL(SSH)を設定
bundle exec cap production deploy