Store Vagrantfile related to the basis
This commit is contained in:
parent
26333d420e
commit
6421b671e1
@ -208,6 +208,13 @@ func (b *Basis) LoadVagrantfiles() error {
|
||||
return err
|
||||
}
|
||||
b.basis.Configuration = vagrantfile
|
||||
// Push Vagrantfile updates to basis
|
||||
b.client.UpsertBasis(
|
||||
context.Background(),
|
||||
&vagrant_server.UpsertBasisRequest{
|
||||
Basis: b.basis,
|
||||
},
|
||||
)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user