Files
nova-deploy-automatizer/targets.example.json
T
Josias Castro 8480111728 Initial commit
2026-06-18 17:20:35 -03:00

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"]
}
]
}