Initial commit

This commit is contained in:
Josias Castro
2026-06-18 17:20:35 -03:00
commit 8480111728
14 changed files with 8069 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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"]
}
]
}