fix env statement in robots.txt file
This commit is contained in:
parent
8baa39eeaa
commit
9d4ba3c758
@ -1,7 +1,7 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
|
||||
{{ if eq $PB_PUBLIC_DIRECTORY "true" }}
|
||||
{{ if eq (env "PB_PUBLIC_DIRECTORY") "true" }}
|
||||
User-agent: PrivateBinDirectoryBot
|
||||
Disallow: /
|
||||
{{ else }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user