diff --git a/deploy/Homestead.yaml b/deploy/Homestead.yaml deleted file mode 100644 index c941040ae9dfdfeafa9c437f5553ce703c8a3b48..0000000000000000000000000000000000000000 --- a/deploy/Homestead.yaml +++ /dev/null @@ -1,34 +0,0 @@ ---- -ip: "192.168.10.10" -memory: 2048 -cpus: 1 -provider: virtualbox - -authorize: ~/.ssh/id_rsa.pub - -keys: - - ~/.ssh/id_rsa - -folders: - - map: ~/MetaGer - to: /home/vagrant/MetaGer - -sites: - - map: 192.168.10.10 - to: /home/vagrant/MetaGer/public - -databases: - - homestead - -# blackfire: -# - id: foo -# token: bar -# client-id: foo -# client-token: bar - -# ports: -# - send: 50000 -# to: 5000 -# - send: 7777 -# to: 777 -# protocol: udp