settings.json 598B

123456789101112131415161718192021222324
  1. {
  2. "python.pythonPath": "d:/Application/python-3.8.5/python.exe",
  3. "deploy": {
  4. "targets": [
  5. {
  6. "type": "sftp",
  7. "name": "NiuCai Crawl Deploy",
  8. "description": "Deploy crawler to 130",
  9. "dir": "${workspaceRoot}",
  10. "host": "47.101.36.130", "port": 22,
  11. "user": "root", "password": "$w-<[n{d!(sz(A.:3&u5vY?sm%6c0e",
  12. "checkBeforeDeploy": true,
  13. "mappings": [
  14. {
  15. "source": "${workspaceRoot}",
  16. "target": "/opt/niucai/crawl"
  17. }
  18. ]
  19. }
  20. ]
  21. }
  22. }