Skip to content

Commit

Permalink
Merge pull request #2351 from Vizzuality/switch_to_new_domain
Browse files Browse the repository at this point in the history
Switch to new domain
  • Loading branch information
Agnieszka Figiel authored Jan 25, 2024
2 parents 01230e7 + 5c244d6 commit 777ef20
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 700 deletions.
150 changes: 0 additions & 150 deletions .github/workflows/auto_deploy_demo.yml

This file was deleted.

149 changes: 0 additions & 149 deletions .github/workflows/auto_deploy_develop.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .standard_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -707,36 +707,6 @@ ignore:
- config/deploy.rb:
- Style/StringLiterals
- Style/PercentLiteralDelimiters
- config/deploy/demo.rb:
- Style/PercentLiteralDelimiters
- config/deploy/indonesiademo.rb:
- Style/PercentLiteralDelimiters
- config/deploy/production.rb:
- Style/PercentLiteralDelimiters
- config/deploy/sandbox.rb:
- Style/PercentLiteralDelimiters
- config/deploy/staging.rb:
- Style/PercentLiteralDelimiters
- config/environments/demo.rb:
- Style/StringLiterals
- Style/GlobalStdStream
- config/environments/development.rb:
- Style/StringLiterals
- config/environments/indonesiademo.rb:
- Style/StringLiterals
- Style/GlobalStdStream
- config/environments/production.rb:
- Style/StringLiterals
- Style/GlobalStdStream
- config/environments/sandbox.rb:
- Style/StringLiterals
- Style/GlobalStdStream
- config/environments/staging.rb:
- Style/StringLiterals
- Style/GlobalStdStream
- config/environments/test.rb:
- Style/StringLiterals
- Layout/ExtraSpacing
- config/initializers/active_admin.rb:
- Style/StringLiterals
- Layout/CommentIndentation
Expand Down
3 changes: 0 additions & 3 deletions config/deploy/demo.rb

This file was deleted.

3 changes: 0 additions & 3 deletions config/deploy/indonesiademo.rb

This file was deleted.

7 changes: 2 additions & 5 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
server "production-data.trase.earth", user: "ubuntu", roles: %w{web app db}, primary: true
server "production-web.trase.earth", user: "ubuntu", roles: %w{web app}, primary: false
server "production-data.trase.earth", user: "ubuntu", roles: %w[web app db], primary: true
# server 'production-web.trase.earth', user: 'ubuntu', roles: %w[web app], primary: false

set :branch, "master"

set :sitemap_roles, :db
after "deploy:finishing", "sitemap:refresh"
4 changes: 0 additions & 4 deletions config/deploy/sandbox.rb

This file was deleted.

3 changes: 0 additions & 3 deletions config/deploy/staging.rb

This file was deleted.

Loading

0 comments on commit 777ef20

Please sign in to comment.