Skip to content

feat: add auto-deployment trigger for dev branch#261

Merged
joaquingx merged 2 commits intomainfrom
dev
Aug 20, 2025
Merged

feat: add auto-deployment trigger for dev branch#261
joaquingx merged 2 commits intomainfrom
dev

Conversation

@joaquingx
Copy link
Contributor

Description

  • 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

Issue

  • Github Issue ID.

Checklist before requesting a review

  • I have performed a self-review of my code.
  • My code follows the style guidelines of this project.
  • I have made corresponding changes to the documentation.
  • New and existing tests pass locally with my changes.
  • If this change is a core feature, I have added thorough tests.
  • If this change affects or depends on the behavior of other estela repositories, I have created pull requests with the relevant changes in the affected repositories. Please, refer to our official documentation.
  • I understand that my pull request may be closed if it becomes obvious or I did not perform all of the steps above.

joaquingx and others added 2 commits August 20, 2025 09:44
- 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]>
- 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]>
@joaquingx joaquingx merged commit 0272bba into main Aug 20, 2025
5 checks passed
joaquingx added a commit that referenced this pull request Aug 26, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants