Skip to content

Commit cd09218

Browse files
authored
Fix escape character in CADDY_X_ROBOTS_TAG
1 parent 682ad82 commit cd09218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "REPLICA=1" >> "$GITHUB_ENV"
9797
echo "NAMESPACE=nonprod-website" >> "$GITHUB_ENV"
9898
echo 'CORS=["https://${{ env.RELEASE_NAME}}.apip.preprod-tilleuls.ovh", "http://localhost", "https://localhost", "http://localhost:3000"]' >> "$GITHUB_ENV"
99-
echo 'CADDY_X_ROBOTS_TAG="noindex, nofollow"' >> "$GITHUB_ENV"
99+
echo 'CADDY_X_ROBOTS_TAG="noindex\, nofollow"' >> "$GITHUB_ENV"
100100
fi
101101
- name: HELM Deploy
102102
run: |

0 commit comments

Comments
 (0)