🌱
dAppling documentation
  • 🌱Introduction
    • Projects and Deployments
      • Import an existing project
    • Add a domain
    • Collaborate
  • Projects
    • Project Dashboard
    • Environment Variables
  • Deployments
    • Git Integrations
      • dAppling for Github
  • Builds
    • Package managers
    • Configure a Build
    • Build Logs
    • Troubleshoot a Build
  • Domains
    • ENS
    • DNS
  • API
    • /domains
    • /domains/{domain}
    • Errors
  • FAQs
  • Community
    • Twitter
    • Github
  • Legacy Docs
    • Getting Started
      • Connect dAppling App
      • dAppling Garden
      • Deploy a New Project
      • Create Deployments
      • Configure Project Settings
      • Verify a Site CID
      • Domain Configuration
      • ENS Configuration
      • Site Analytics
      • Verify Smart Contracts
      • Frameworks
    • Learn
      • Web Hosting
      • Decentralization
      • IPFS
      • IPNS
      • Access Points
        • Domain Name System
        • Ethereum Name Service
Powered by GitBook
On this page

Was this helpful?

Builds

Understand how the build step works when creating a dAppling Deployment.

PreviousdAppling for GithubNextPackage managers

Last updated 1 year ago

Was this helpful?

When you create a new project or push a new commit to a project on dAppling, you trigger a deployment. A deployment consists of several steps, with the primary focus on the build step, where dAppling validates and builds your source code, and then stores all assets.

For any of the supported frameworks, dAppling will automatically configure the build settings with the most common configurations for the framework. However, if you have specific settings, you can configure the build, output, and environment variables when you create a new dAppling project or within your project's settings.

Build Limits

It's important to be aware of certain build limitations on dAppling:

  • The maximum duration of a build is 25 minutes. If this limit is reached, the build will be interrupted, and the deployment will fail.

  • The build container is allocated a specific amount of resources that can be increased by reaching out to our support.

These limitations are essential to consider when working with dAppling to ensure your deployments run smoothly within the specified constraints.

Fun Fact: Bamboo is the fastest-growing plant; some species can grow up to 35 inches in a single day.

🌵