Skip to content

Commit fbfc0fe

Browse files
committed
chore(push-relay): add Railway watch paths
Only rebuild when apps/push-relay or packages/push-protocol change.
1 parent 1aeee20 commit fbfc0fe

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apps/push-relay/railway.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build]
2+
builder = "DOCKERFILE"
3+
dockerfilePath = "apps/push-relay/Dockerfile"
4+
watchPatterns = [
5+
"/apps/push-relay/**",
6+
"/packages/push-protocol/**",
7+
]

0 commit comments

Comments
 (0)