Bugfix/deploy to portainer on merge #12

Merged
jusemon merged 1 commit from bugfix/deploy-to-portainer-on-merge into main 2025-11-26 13:23:52 -05:00

1 commit

Author SHA1 Message Date
26bb17c901 Bugfix: Add Portainer deployment trigger to CI workflow
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 8s
Build and Publish Docker Image / Publish to Registry (pull_request) Has been skipped
- Introduced a new step in the CI workflow to trigger a Portainer deployment using a webhook.
- Added checks for the presence of the PORTAINER_WEBHOOK_URL secret and handled HTTP response codes from the webhook call.
- Ensured that the workflow does not fail if the webhook call is unsuccessful.

This enhancement streamlines the deployment process by automating updates to the Portainer stack upon successful CI runs.
2025-11-26 13:21:04 -05:00