Skip to content

Commit

Permalink
Merge pull request #280 from etalab/ops/server_renaming
Browse files Browse the repository at this point in the history
Update Rakefile (new servers)
  • Loading branch information
Alexis Leclerc authored Sep 18, 2020
2 parents aca9a15 + b534746 commit 8eda159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require_relative 'config/application'

Rails.application.load_tasks

production_1 = 'production3.entreprise.data.gouv.fr'
production_2 = 'production4.entreprise.data.gouv.fr'
production_1 = 'production1.entreprise.data.gouv.fr'
production_2 = 'production2.entreprise.data.gouv.fr'

domains = [production_1, production_2]

Expand Down

0 comments on commit 8eda159

Please sign in to comment.