move to the standard branches for just and prod

pull/1/head
Raymond Yee 2016-12-13 16:47:17 -08:00
parent 9c7dae465d
commit 13c9fe9589
1 changed files with 3 additions and 3 deletions

6
vagrant/Vagrantfile vendored
View File

@ -97,7 +97,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"-e class=just",
"-e hostname=just.unglue.it",
"-e setdns=false",
"-e branch=open_source",
"-e branch=master",
"-e do_migrate=false"
]
@ -155,7 +155,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"-e class=just",
"-e hostname=just2.unglue.it",
"-e setdns=false",
"-e branch=open_source",
"-e branch=master",
"-e do_migrate=false"
]
@ -214,7 +214,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"-e hostname=unglue.it",
"-e setdns=false",
"-e do_migrate=false",
"-e branch=open_source"
"-e branch=production"
]
end