You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replicas*int32`help:"Amount of replicas of the running app."`
34
-
Hosts*[]string`help:"Host names where the application can be accessed. If empty, the application will just be accessible on a generated host name on the deploio.app domain."`
35
-
BasicAuth*bool`help:"Enable/Disable basic authentication for the application."`
36
-
ChangeBasicAuthPassword*bool`help:"Generate a new basic auth password."`
37
-
Envmap[string]string`help:"Environment variables which are passed to the app at runtime."`
38
-
DeleteEnv*[]string`help:"Runtime environment variables names which are to be deleted."`
39
-
BuildEnvmap[string]string`help:"Environment variables names which are passed to the app build process."`
40
-
DeleteBuildEnv*[]string`help:"Build environment variables which are to be deleted."`
DeleteWorkerJob*string`help:"Delete a worker job by name"`
45
-
DeleteScheduledJob*string`help:"Delete a scheduled job by name"`
46
-
RetryRelease*bool`help:"Retries release for the application." placeholder:"false"`
47
-
RetryBuild*bool`help:"Retries build for the application." placeholder:"false"`
48
-
GitInformationServiceURLstring`help:"URL of the git information service." default:"https://git-info.deplo.io" env:"GIT_INFORMATION_SERVICE_URL" hidden:""`
49
-
SkipRepoAccessCheckbool`help:"Skip the git repository access check" default:"false"`
Language*string`help:"${app_language_help} Possible values: ${enum}" enum:"ruby,php,python,golang,nodejs,static,"`
52
-
DockerfileBuilddockerfileBuild`embed:""`
30
+
Git*gitConfig`embed:"" prefix:"git-"`
31
+
Size*string`help:"Size of the app."`
32
+
Port*int32`help:"Port the app is listening on."`
33
+
Replicas*int32`help:"Amount of replicas of the running app."`
34
+
Hosts*[]string`help:"Host names where the application can be accessed. If empty, the application will just be accessible on a generated host name on the deploio.app domain."`
35
+
BasicAuth*bool`help:"Enable/Disable basic authentication for the application."`
36
+
ChangeBasicAuthPassword*bool`help:"Generate a new basic auth password."`
37
+
Envmap[string]string`help:"Environment variables which are passed to the app at runtime."`
38
+
DeleteEnv*[]string`help:"Runtime environment variables names which are to be deleted."`
39
+
BuildEnvmap[string]string`help:"Environment variables names which are passed to the app build process."`
40
+
DeleteBuildEnv*[]string`help:"Build environment variables which are to be deleted."`
41
+
// DeployJob, ScheduledJob and WorkerJob are embedded pointers to
42
+
// structs. Due to the usage of kong these pointers will never be `nil`.
43
+
// So checking for `nil` values can not be used to find out if some of
DeleteWorkerJob*string`help:"Delete a worker job by name"`
49
+
DeleteScheduledJob*string`help:"Delete a scheduled job by name"`
50
+
RetryRelease*bool`help:"Retries release for the application." placeholder:"false"`
51
+
RetryBuild*bool`help:"Retries build for the application if set to true." placeholder:"false"`
52
+
GitInformationServiceURLstring`help:"URL of the git information service." default:"https://git-info.deplo.io" env:"GIT_INFORMATION_SERVICE_URL" hidden:""`
53
+
SkipRepoAccessCheckbool`help:"Skip the git repository access check" default:"false"`
0 commit comments