GitHub
The GitHub source connects directly to your GitHub repositories, allowing you to deploy applications from your codebase with automatic build detection and configuration.
Supported Project Types
Askrike automatically detects and configures deployment for:
- Frontend frameworks - React, Vue, Angular, Svelte
- Backend services - Node.js, Python, Go, Ruby applications
- Static sites - HTML, Jekyll, Hugo, Gatsby
- Full-stack applications - Next.js, Nuxt, SvelteKit
- And more - Pretty much any project you can think of!
Usage
Deploy from your repositories using the @GitHub
command:
@GitHub/username/my-webapp
@GitHub/my-org/api-service
@GitHub/username/portfolio-site
Features
- Both public and private - Access all repositories you have permissions for
- Automatic builds - Detects package.json, requirements.txt, Dockerfile, and other build configurations
Authentication
By using Askrike, you are already logged in through your GitHub account. Askrike uses this connection to integrate with your repositories.
Last updated on