Skip to content

Commit ecf405c

Browse files
committed
railway: match nested files in watchPatterns (**/* not **)
apps/extensions/** didn't match apps/extensions/public/*.html, so store-only commits were still skipped. Use **/* so nested files match (and trigger this deploy carrying the mark.svg store-logo revert).
1 parent 0bfd903 commit ecf405c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

railway.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"builder": "DOCKERFILE",
55
"dockerfilePath": "Dockerfile",
66
"watchPatterns": [
7-
"apps/web/**",
8-
"apps/extensions/**",
9-
"services/api/**",
7+
"apps/web/**/*",
8+
"apps/extensions/**/*",
9+
"services/api/**/*",
1010
"Dockerfile",
1111
"Caddyfile",
1212
"start.sh",

0 commit comments

Comments
 (0)