2022-11-19 05:02:28 -05:00
|
|
|
all: vagrant
|
|
|
|
|
|
|
|
vagrant:
|
|
|
|
vagrant up --no-destroy-on-error --no-color | tee ./vagrantup.log
|
2022-11-19 20:58:07 -05:00
|
|
|
./scripts/forward-ssh.sh
|
2022-11-19 05:02:28 -05:00
|
|
|
|
|
|
|
clean:
|
|
|
|
vagrant destroy -f --no-color
|
|
|
|
rm -rf .vagrant ./*.log
|