Skip to content

Commit

Permalink
Switched off sitemap generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnieszka Figiel committed Jan 25, 2024
1 parent e1b7d0a commit a76d65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .standard_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,6 @@ ignore:
- config/deploy.rb:
- Style/StringLiterals
- Style/PercentLiteralDelimiters
- config/deploy/production.rb:
- Style/PercentLiteralDelimiters
- config/environments/development.rb:
- Style/StringLiterals
- config/environments/production.rb:
Expand Down
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"

0 comments on commit a76d65f

Please sign in to comment.