Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GET /save HTTP/1.1
- Host: localhost:40613
- User-Agent: Deployer master
- Accept: */*
- Content-Type: application/json
- Content-Length: 2207
- {
- \"host\": \"<proj>\",
- \"config\": {
- \"alias\": \"<proj>\",
- \"hostname\": \"<ip>\",
- \"remote_user\": \"deployer\",
- \"port\": <port>,
- \"deploy_path\": \"\\/var\\/www\\/<proj-stag>\",
- \"selected_hosts\": [
- \"<proj-stag>\"
- ],
- \"shell\": \"bash -ls\",
- \"env\": [],
- \"default_timeout\": 300,
- \"dotenv\": false,
- \"forward_agent\": true,
- \"ssh_multiplexing\": true,
- \"repository\": \"[email protected]:NickMous\\/<proj>.git\",
- \"what\": \"<proj>\",
- \"where\": \"<proj>\",
- \"working_path\": null,
- \"current_path\": \"\\/var\\/www\\/<proj>\\/current\",
- \"user\": \"DDEV User\",
- \"releases_list\": [
- \"1\"
- ],
- \"release_name\": \"1\",
- \"branch\": \"HEAD\",
- \"target\": \"HEAD\",
- \"use_relative_symlink\": true,
- \"bin\\/symlink\": \"ln -nfs --relative\",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement