Skip to content

Instantly share code, notes, and snippets.

@visamz
Created November 25, 2014 08:53
Show Gist options
  • Save visamz/e2b34d2fd3e635703624 to your computer and use it in GitHub Desktop.
Save visamz/e2b34d2fd3e635703624 to your computer and use it in GitHub Desktop.
homestead 1.0 yaml file config
---
ip: "192.168.1.89"
memory: 2048
cpus: 1
network: "public_network"
authorize: E:/Homestead/ssh/id_rsa.pub
keys:
- E:/Homestead/ssh/id_rsa
folders:
- map: E:/dev/code
to: /home/vagrant/code
sites:
- map: localhost
to: /home/vagrant/code
hosts:
- map: baciuzzi
to: /baciuzzi/public
- map: crawler
to: /crawler/public
- map: entchecker
to: /entchecker/public
- map: sp
to: /sp/public
- map: byends
to: /byends
- map: typecho
to: /typecho
- map: beanstalk_console
to: /beanstalk_console/public
variables:
- key: APP_ENV
value: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment