Skip to content

Instantly share code, notes, and snippets.

@fleeting
Created January 19, 2015 20:32
Show Gist options
  • Save fleeting/029bc1ee4b003e844e59 to your computer and use it in GitHub Desktop.
Save fleeting/029bc1ee4b003e844e59 to your computer and use it in GitHub Desktop.
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Sites/MonkeeBoy/Projects/issues-dev/issues
to: /home/vagrant/issues
- map: ~/Sites/MonkeeBoy/Projects/Server-Dashboard
to: /home/vagrant/Server-Dashboard
sites:
- map: mboyissues.app
to: /home/vagrant/issues/public
- map: serverdashboard.app
to: /home/vagrant/Server-Dashboard/public
databases:
- homestead
- issues
- server_dashboard
variables:
- key: APP_ENV
value: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment