```
==> Installed ruby-3.4.4 to /home/mastodon/.rbenv/versions/3.4.4
```
First hurdle cleared. Now for the next steps…
```
env NODE_OPTIONS="--max-old-space-size=768" RAILS_ENV=production sh -c 'bundle install && yarn install --immutable && bundle exec rails assets:precompile' && SKIP_POST_DEPLOYMENT_MIGRATIONS=true RAILS_ENV=production bundle exec rails db:migrate
```