Advertisement
nickmous

debug0

Dec 18th, 2024 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. GET /save HTTP/1.1
  2. Host: localhost:40613
  3. User-Agent: Deployer master
  4. Accept: */*
  5. Content-Type: application/json
  6. Content-Length: 2207
  7.  
  8. {
  9. \"host\": \"<proj>\",
  10. \"config\": {
  11. \"alias\": \"<proj>\",
  12. \"hostname\": \"<ip>\",
  13. \"remote_user\": \"deployer\",
  14. \"port\": <port>,
  15. \"deploy_path\": \"\\/var\\/www\\/<proj-stag>\",
  16. \"selected_hosts\": [
  17. \"<proj-stag>\"
  18. ],
  19. \"shell\": \"bash -ls\",
  20. \"env\": [],
  21. \"default_timeout\": 300,
  22. \"dotenv\": false,
  23. \"forward_agent\": true,
  24. \"ssh_multiplexing\": true,
  25. \"repository\": \"[email protected]:NickMous\\/<proj>.git\",
  26. \"what\": \"<proj>\",
  27. \"where\": \"<proj>\",
  28. \"working_path\": null,
  29. \"current_path\": \"\\/var\\/www\\/<proj>\\/current\",
  30. \"user\": \"DDEV User\",
  31. \"releases_list\": [
  32. \"1\"
  33. ],
  34. \"release_name\": \"1\",
  35. \"branch\": \"HEAD\",
  36. \"target\": \"HEAD\",
  37. \"use_relative_symlink\": true,
  38. \"bin\\/symlink\": \"ln -nfs --relative\",
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement