Commit b016a48
feat: add auto-deployment trigger for dev branch (#261)
* feat: add auto-deployment trigger for dev branch
- Added trigger-dev-deployment.yml workflow
- Triggers bitmaker-cloud-deploy when pushing to dev branch
- Sends repository dispatch with commit info and metadata
- Enables automatic deployment to development environment
Co-Authored-By: Claude <[email protected]>
* fix: escape JSON properly in deployment trigger workflow
- Fixed JSON parsing error by properly escaping quotes
- Added Content-Type header for clarity
- Escaped commit messages to handle special characters
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>1 parent 1a959cd commit b016a48
1 file changed
+13
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| 27 | + | |
24 | 28 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | | - | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
0 commit comments