Skip to content

Commit

Permalink
deploy. change DigitalOcean region: lon1 --> ams3
Browse files Browse the repository at this point in the history
  • Loading branch information
Amygos committed Mar 14, 2018
1 parent 0cb9841 commit 83c1076
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 @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
provider.token = 'YOUR TOKEN'
provider.ssh_key_name = 'YOUR KEY NAME'
provider.image = 'centos-7-x64'
provider.region = 'lon1'
provider.region = 'ams3'
provider.size = 's-1vcpu-1gb'
end

Expand Down

0 comments on commit 83c1076

Please sign in to comment.