GitHub integration
Git push to deploy.
Install the fortrabbit GitHub app with your GitHub account to deploy your code automatically on git push. Connect public and private projects, personal or organization from GitHub to fortrabbit.
The fortrabbit GitHub app can GitHub: github.com/pps/fortrabbit.
It connects Git repos hosted on GitHub with the fortrabbit hosting platform. The Git repo will match to an app, branches can be matched to environments.
Configure it to deploy on each git push or deploy manually through the fortrabbit dashboard. Deployments can be tracked and observed in the dashboard too. The deployment service integrates with collaboration features, see how deployed when and what.
# GitHub Actions alternative
Deployment is more than just moving code from a Git repo to a web space. In between the fortrabbit deploy service can install dependencies and build artifacts. The software template defaults for deployment will pre-configure common settings. Comprehensive settings allow many workflows, from deployment strategy, to exclude and include patterns, to source directory settings.
Most settings allow zero-downtime deployments. Intelligent caching makes successive deployments super fast.