Guest User

Untitled

a guest
May 22nd, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. prod:
  2. # ssh authentication details
  3. ssh: user@example.com
  4. # path to wordpress on the server
  5. wordpress: path/to/wordpress
  6. # path to backups folder on the server (must exist)
  7. backups: backups
  8. # production url
  9. url: www.example.com
  10.  
  11. local:
  12. # path to wordpress
  13. # Note: must be absolute because when using a tilda ~ the 'cd' command doesn't work.
  14. # I'm not sure why
  15. wordpress: /path/to/local/wordpress
  16. # dev url
  17. url: example.test
  18.  
  19. homestead:
  20. # path to Homestead installation
  21. path: /path/to/local/homestead
  22. # path to wordpress inside Homestead i.e. accessible with `vagrant ssh`
  23. wordpress: code/website
Add Comment
Please, Sign In to add comment