Initial commit
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user