# hubot-freight **Repository Path**: mirrors_getsentry/hubot-freight ## Basic Information - **Project Name**: hubot-freight - **Description**: Freight integration for Hubot - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hubot-freight An interface between [Hubot](https://github.com/github/hubot) and [Freight](https://github.com/getsentry/freight). Deploy the default ref and environment for an app: ``` hubot deploy example ``` Deploy a specific ref: ``` hubot deploy example:master ``` Deploy a to a specific environment: ``` hubot deploy example to production ```