Skip to content

Instantly share code, notes, and snippets.

@cbuchler
Created July 10, 2014 20:44
Show Gist options
  • Save cbuchler/d26c62537a93977648ba to your computer and use it in GitHub Desktop.
Save cbuchler/d26c62537a93977648ba to your computer and use it in GitHub Desktop.
Homestead.yaml
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
authorize: /Users/cbuchler/.ssh/vm.pub
keys:
- /Users/cbuchler/.ssh/vm
folders:
- map: /Users/cbuchler/Development/
to: /home/vagrant/Code/
sites:
- map: fasta.app
to: /home/vagrant/Code/next.getfasta.com/public
- map: api.fasta.app
to: /home/vagrant/Code/next.getfasta.com/public
- map: next.fasta.app
to: /home/vagrant/Code/next.getfasta.com/public
- map: landing.fasta.app
to: /home/vagrant/Code/next.getfasta.com/public
- map: www.fasta.app
to: /home/vagrant/Code/next.getfasta.com/public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment