fix env statement in robots.txt file

This commit is contained in:
brooke 2025-02-23 01:01:40 -05:00
parent 8baa39eeaa
commit 9d4ba3c758

View File

@ -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 }}