DevDeck Deploy
Automate your infrastructure with intelligent CI/CD pipelines. Scale your applications to the edge with zero configuration and global low-latency.
🚀 Global Edge
Your code is deployed to over 100 locations worldwide, ensuring < 50ms latency for your users.
Getting Started
DevDeck Deploy integrates seamlessly with your Git provider. To start, link your repository and we'll automatically detect your framework.
Framework Detection
We provide first-class support for Next.js, Vite, Go (Hugo), and more. If your framework isn't listed, you can provide a custom build command.
# Custom build command example npm install && npm run build cp -r dist/* $DEPLOY_DIR
CI/CD Pipelines
Configure complex deployment workflows using our intuitive pipeline editor or by providing a deploy.yml file in your repository.
version: 1 stages: - build - test - deploy deploy: environment: production url: https://my-app.com
Edge Functions
Run server-side logic closer to your users. Edge functions execute at the edge and scale automatically with your traffic.
⚠️ Limitations
Edge functions have a maximum execution time of 10s and limited access to the file system.