{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "Deploy OVH (SSH + rsync)",
      "type": "shell",
      "command": "${workspaceFolder}/scripts/deploy-ovh.sh",
      "options": {
        "cwd": "${workspaceFolder}"
      },
      "group": "build",
      "presentation": {
        "reveal": "always",
        "panel": "dedicated",
        "focus": true
      },
      "problemMatcher": []
    },
    {
      "label": "Deploy OVH (dry-run)",
      "type": "shell",
      "command": "${workspaceFolder}/scripts/deploy-ovh.sh --dry-run",
      "options": {
        "cwd": "${workspaceFolder}"
      },
      "group": "build",
      "presentation": {
        "reveal": "always",
        "panel": "dedicated"
      },
      "problemMatcher": []
    }
  ]
}
