Skip to content

Commit

Permalink
Get production working?
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Jul 31, 2020
1 parent 74a4259 commit 5232848
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Use UNIX line endings for all files to allow them
# to be used when mapped in a UNIX docker container
* text eol=lf

config/credentials/*.yml.enc diff=rails_credentials
config/credentials.yml.enc diff=rails_credentials
4 changes: 2 additions & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
server: bundle exec bin/rails server -e production
anycable: RAILS_ENV=production bundle exec anycable --server-command "anycable-go --host=localhost --port 3334"
server: RAILS_LOG_TO_STDOUT=true bundle exec bin/rails server -e production -b '0.0.0.0' -p 80
anycable: RAILS_LOG_TO_STDOUT=true bundle exec bin/rails runner -e production "exec(\"anycable-go --host=0.0.0.0 --port 3334 --redis_url='#{Exercism.config.anycable_endpoint}'\")"
1 change: 1 addition & 0 deletions config/master.key
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4cac2c751dccfd54a89d777824815689

0 comments on commit 5232848

Please sign in to comment.