RollHook Deploy
Version updated for https://github.com/jkrumm/rollhook-action to version v1.3.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The RollHook Deploy Action is a GitHub Action designed to automate the process of building, pushing, and deploying Docker images to a RollHook server using GitHub OIDC authentication, eliminating the need for managing secrets. It simplifies deployment workflows by integrating a built-in container registry, triggering rolling deployments, and streaming real-time logs back to the CI pipeline. This action streamlines secure, seamless CI/CD pipelines by handling authorization server-side and providing automated build, push, and deployment capabilities in a single step.
Release notes
1.3.0 (2026-03-17)
Features
- action: zero-secret build+push+deploy via OIDC (63fb398)