docker compose build
docker compose run --rm web bundle exec rails db:setup
docker compose up
The project is hosted on Heroku.
The main
branch is automatically deployed to the staging environments.
production is deployed manually.
docker compose build
docker compose run --rm web bundle exec rails db:setup
docker compose up
The project is hosted on Heroku.
The main
branch is automatically deployed to the staging environments.
production is deployed manually.