Email or username:

Password:

Forgot your password?
stux⚡

@Gargron Hi, in the new release notes for non-Docker there's

"SKIP_POST_DEPLOYMENT_MIGRATIONS=true RAILS_ENV=production bundle exec rails db:migrate"

But shouldn't that be:

"RAILS_ENV=production SKIP_POST_DEPLOYMENT_MIGRATIONS=true bundle exec rails db:migrate"?

2 comments
Go Up