17 lines
385 B
JSON
17 lines
385 B
JSON
{
|
|
"targets": [
|
|
{
|
|
"id": "example-target",
|
|
"name": "Example Target",
|
|
"host": "example.com",
|
|
"port": 22,
|
|
"user": "deploy-user",
|
|
"password": "change-me",
|
|
"remoteUploadPath": "/home/deploy-user",
|
|
"remoteAppPath": "/var/www/html/app",
|
|
"backupDir": "/home/deploy-user/backups",
|
|
"services": ["php8.1-fpm", "nginx"]
|
|
}
|
|
]
|
|
}
|