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