Commit 3cbde4f
authored
ci: use unique channel ID per PR for preview deployments (#87)
Use 'pr-{number}' as the channelId instead of 'live' so each pull
request gets its own isolated preview deployment URL. This prevents
concurrent PR deployments from overwriting each other on the sandbox
Firebase project. Preview channels are automatically expired by
Firebase Hosting when the PR is closed.1 parent d7dde1f commit 3cbde4f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
0 commit comments