Documentation
Everything you need to deploy your apps with Deployfast.
Quickstart
Get your first app deployed in under 5 minutes.
$ npm install -g deployfast-cli
$ deployfast login
$ deployfast deploy
✓ Deployed to production
Installation
Install the Deployfast CLI using npm or yarn:
npm install -g deployfast-cliGit Integration
Connect your GitHub, GitLab, or Bitbucket repository for automatic deployments on every push.
- Go to your dashboard
- Click "New Project"
- Select your Git provider
- Choose a repository
- Deploy automatically on every commit