Stack detector

Automatic pre-configuration of hosting settings based on project requirements found with a Git repo.

When connecting a Git repo from GitHub while setting up an app for git deployment, the code in the repo will be scanned using the stack detector:

It will discover the used software packages and versions. Matching settings from the software templates will be applied. In addition composer.json and package.json will be parsed to suggest custom build commands:

  • npm run build will be set when a package.json is present
  • composer install will be set when a composer.json is present

Found a tpyo?Edit