Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Fix hostname (hetzner03 -> staging)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Apr 15, 2014
1 parent 6dbd0b1 commit 71cbef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/deploy/staging.rb
@@ -1,5 +1,5 @@
role :web, 'hetzner03.holderdeord.no'
role :app, 'hetzner03.holderdeord.no'
role :db, 'hetzner03.holderdeord.no', :primary => true
role :web, 'staging.holderdeord.no'
role :app, 'staging.holderdeord.no'
role :db, 'staging.holderdeord.no', :primary => true

set :rails_env, 'staging'

0 comments on commit 71cbef3

Please sign in to comment.