123456789101112131415161718192021222324 |
- {
- "python.pythonPath": "d:/Application/python-3.8.5/python.exe",
- "deploy": {
- "targets": [
- {
- "type": "sftp",
- "name": "NiuCai Crawl Deploy",
- "description": "Deploy crawler to 130",
- "dir": "${workspaceRoot}",
- "host": "47.101.36.130", "port": 22,
- "user": "root", "password": "$w-<[n{d!(sz(A.:3&u5vY?sm%6c0e",
-
- "checkBeforeDeploy": true,
-
- "mappings": [
- {
- "source": "${workspaceRoot}",
- "target": "/opt/niucai/crawl"
- }
- ]
- }
- ]
- }
- }
|