Commit 52aee55
feat: add deploy_to_test workflow_dispatch input
Adds a boolean deploy_to_test input to the workflow_dispatch trigger.
When set to true, a manual run from the main branch will route to the
testing environment instead of production (same slug/hash logic as
branch-based deployments).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 43f43c2 commit 52aee55
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | | - | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| |||
0 commit comments