OneBit Deploy
Deploying

Deploying from GitHub

Connect a repository, pick a branch, and get automatic deploys on every push.

The fastest way to deploy on OneBit is from a GitHub repository. Once connected, every push to your chosen branch triggers a new build and deployment.

Connect your repository

When you create a new web service or static site, connect your GitHub account and choose the repository and branch you want to deploy.

Choose a GitHub source

OneBit installs a GitHub app on your account so it can read the selected repositories and receive push events. See GitHub app for the permissions involved.

Automatic deploys

After the first deploy, OneBit watches the connected branch:

  • Push to the branch → a new build starts automatically.
  • The new version replaces the running one once the build succeeds.
  • You can follow progress in the app's Logs and Deployments tabs.

Deployments

Deploy a ZIP instead

For static sites you don't have to use GitHub — you can upload a ZIP of your built site directly in the new-app wizard. This is useful for one-off sites or output from a build you run elsewhere.

There is no one-click rollback yet. To revert, redeploy a previous commit from GitHub (for example, by reverting the change on your branch).

On this page