Skip to content

Commit a92aa00

Browse files
committed
Fix production deployment
This does the trick. I never understood what that metal.* is but it now times out. Manual configuration in the old production server not persisted anywhere else?
1 parent 0a16f3d commit a92aa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/deploy/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
server 'metal.timeoverflow.org', user: 'timeoverflow', roles: %w(app db web)
1+
server 'www.timeoverflow.org', user: 'timeoverflow', roles: %w(app db web)

0 commit comments

Comments
 (0)