mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
11 lines
594 B
Markdown
11 lines
594 B
Markdown
# CreatePushMirrorOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**interval** | **String** | The sync interval for automatic updates | [optional]
|
|
**remoteAddress** | **String** | The remote repository URL to push to | [optional]
|
|
**remotePassword** | **String** | The password for authentication with the remote repository | [optional]
|
|
**remoteUsername** | **String** | The username for authentication with the remote repository | [optional]
|
|
**syncOnCommit** | **Boolean** | Whether to sync on every commit | [optional]
|