Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. dploy: { // Task
  2. stage: { // Target
  3. host: "ftp.myserver.com" // Your FTP host
  4. user: "user" // Your FTP user
  5. pass: "secret-password" // Your FTP secret-password
  6. path: {
  7. local: "deploy/", // The local folder that you want to upload
  8. remote: "public_html/" // Where the files from the local file will be uploaded at in your remote server
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement