Improvements & fixes for vagrant staging

This commit is contained in:
Kyle Drake 2016-08-09 20:04:57 -07:00
parent e6d2e4d29b
commit b36a062eb4
7 changed files with 17 additions and 11 deletions

2
Vagrantfile vendored
View file

@ -9,4 +9,4 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb.customize ['modifyvm', :id, '--memory', '1536']
vb.name = 'neocities'
end
end
end