Created
July 10, 2014 20:44
-
-
Save cbuchler/d26c62537a93977648ba to your computer and use it in GitHub Desktop.
Homestead.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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