diff --git a/config/deploy/production.rb b/config/deploy/production.rb index caa97bd4..06929397 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1 +1 @@ -server 'CHANGE_ME', roles: [:app, :db, :puma_nginx, :web], user: 'CHANGE_ME' +server 'codeocean.openhpi.de', roles: [:app, :db, :puma_nginx, :web], user: 'hklement'