Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb994 authored Jul 1, 2024
1 parent c6e78a8 commit c7c4aab
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ Vagrant.configure(2) do |config|

config.vm.provider "virtualbox" do |vb|
vb.name = "template"
vb.memory = "3333"
vb.cpus = "3"
end

config.vm.provider "virtualbox" do |vb|
vb.memory = "3333"
vb.cpus = "3"
end

config.push.define "atlas" do |push|
push.app = "treehouses/buster64"
end
# config.push.define "atlas" do |push|
# push.app = "treehouses/buster64"
# end

config.vm.post_up_message = "treehouses debian box - see https://github.com/treehouses/template/issues for help and bug reports"

Expand Down

0 comments on commit c7c4aab

Please sign in to comment.