Skip to content

Commit

Permalink
block spyders even after a deploy (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf authored Dec 11, 2023
1 parent 6dc0f5a commit 723cec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ nginx:
image:
registry: registry.gitlab.com
repository: notch8/scripts/bitnami-nginx
tag: 1.21.5-debian-10-r4
tag: 1.21.5-debian-10-r7
serverBlock: |-
upstream rails_app {
server {{ .Values.global.hyraxName }};
Expand Down
2 changes: 1 addition & 1 deletion ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ nginx:
image:
registry: registry.gitlab.com
repository: notch8/scripts/bitnami-nginx
tag: 1.21.5-debian-10-r4
tag: 1.21.5-debian-10-r7
serverBlock: |-
upstream rails_app {
server {{ .Values.global.hyraxName }};
Expand Down

0 comments on commit 723cec5

Please sign in to comment.