# Auto Deploy Git Configuration file [configs] [configs.git] # remote url and type of git repositories # possible values for type: github, gitlab, codeberg, gitea, forgejo, bitbucket, gogs example = { url = "https://domain.tld/username/repo", type = "git_software" } [configs.path] # server spaths example_path = "/path/to/app_root" [configs.extra] # extra configurations (if not exist for a deploy, adg.toml file will be used in git repo) example_config = { exclude = ["LICENSE", "README.md"], branch = "main"} [deploy] [deploy.auto] # match repos and paths above in here to make it work # git, path, config (optional) example_deploy = ["example", "example_path", "example_config"]