1. Git service provider
You must ensure your site has been pushed to a Git repository. When you add a static site in Sevalla, you must select a Git service provider and repository from your account. You can choose from any (or all) of the following:2. Build command and publish directory
The Build command and Publish directory are optional; however, if your site depends on a build step, you must populate these fields when you add your static site. The Build command tells our system how to assemble your site, and the Publish directory is the subdirectory where the finished site files live, relative to the root of your repository. If the Build command is left blank, the site will still deploy, but it will only upload the unbuilt contents of your repository. We automatically populate the Build command and Publish directory from thepackage.json
or yarn.lock
files if you’re using one of the following frameworks:
- Astro
- ElderJS
- Gatsby
- Next.js
- Nuxt
- React