Skip to content

Documentation for multi-server deployment #211

Discussion options

You must be logged in to vote

Hey @ianbradbury-bizzibody. Great questions! And thanks for being the first user of the Github Discussion. This is an new feature for me 😄

Do I deploy the application source code to the dedicated server?

Yes. GoodJob is dependent on your entire Rails application stack. If you're creating a job-worker server, you would want to set it up exactly the same as your webservers (install your Rails applciation code, bundle gems, add environment variables, credentials, install binary dependencies like imagemagick). The only difference is that instead of running bundle exec rails server for the webserver. you'd have the main process be bundle exec good_job start

Do I also need still need to add …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ianbradbury-bizzibody
Comment options

Answer selected by ianbradbury-bizzibody
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants