Get App Spec Static Site
data class GetAppSpecStaticSite(val buildCommand: String? = null, val catchallDocument: String? = null, val cors: GetAppSpecStaticSiteCors? = null, val dockerfilePath: String? = null, val environmentSlug: String? = null, val envs: List<GetAppSpecStaticSiteEnv>? = null, val errorDocument: String? = null, val git: GetAppSpecStaticSiteGit? = null, val github: GetAppSpecStaticSiteGithub? = null, val gitlab: GetAppSpecStaticSiteGitlab? = null, val indexDocument: String? = null, val name: String, val outputDir: String? = null, val routes: List<GetAppSpecStaticSiteRoute>, val sourceDir: String? = null)
Constructors
Link copied to clipboard
fun GetAppSpecStaticSite(buildCommand: String? = null, catchallDocument: String? = null, cors: GetAppSpecStaticSiteCors? = null, dockerfilePath: String? = null, environmentSlug: String? = null, envs: List<GetAppSpecStaticSiteEnv>? = null, errorDocument: String? = null, git: GetAppSpecStaticSiteGit? = null, github: GetAppSpecStaticSiteGithub? = null, gitlab: GetAppSpecStaticSiteGitlab? = null, indexDocument: String? = null, name: String, outputDir: String? = null, routes: List<GetAppSpecStaticSiteRoute>, sourceDir: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A GitHub repo to use as the component's source. DigitalOcean App Platform must have access to the repository. Only one of git
, github
, gitlab
, or image
may be set.
Link copied to clipboard
A Gitlab repo to use as the component's source. DigitalOcean App Platform must have access to the repository. Only one of git
, github
, gitlab
, or image
may be set.
Link copied to clipboard