Skip to content

Commit

Permalink
deploy. set correct slug size in Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amygos committed Mar 14, 2018
1 parent 1e42235 commit 0cb9841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Vagrant.configure("2") do |config|
provider.ssh_key_name = 'YOUR KEY NAME'
provider.image = 'centos-7-x64'
provider.region = 'lon1'
provider.size = '1gb'
provider.size = 's-1vcpu-1gb'
end

config.vm.provision "ansible" do |ansible|
Expand Down

0 comments on commit 0cb9841

Please sign in to comment.