Zero-Configuration Deployments
Introduction
Zero-configuration deployments are powered by adapters. If you use one of the supported deployment platforms, Gatsby automatically installs and uses the correct adapter when you deploy your project.
This feature was added in gatsby@5.12.0
.
Supported deployment platforms
Gatsby currently supports these platforms for zero-configuration deployments:
Manually installing the adapter
If you plan on staying on a specific deployment platform, consider installing the adapter to your dependencies
. This will give you faster and more robust installs.
If your adapter provides options that you can set, you must manually install the adapter to your dependencies
to change any of the values. Read the adapters guide to learn how to use an adapter.
If you plan on using a specific deployment platform for a long period of time, you may also want to install the adapter to your dependencies
. This will give you faster and more robust installs.
Adding additional adapters
Gatsby’s zero-configuration deployment setup is controlled through an adapters.js
file. If you followed the Creating an Adapter guide and want to add your adapter to this manifest, you can open a pull request.
Please note: While we welcome all pull requests, there is no guarantee that all adapters will be added to the official manifest. The Gatsby team will review your adapter and provide feedback as appropriate.