I fixed it, i forgot to edit my /etc/hostsfile
Jul 24, 2017
2
Level 2
Homestead This site can’t be reached
I use homestead at work and i have a problem with accessing the path go.cloud.staging.pindeliver.app/ this is my homestead.yaml file
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Documents/elicit/HOMESTEAD_HOME/
to: /home/vagrant/Code
sites:
- map: cloud.staging.pindeliver.app
to: /home/vagrant/Code/pinDeliver-core-cloud/app/webroot
- map: go.cloud.staging.pindeliver.app
to: /home/vagrant/Code/pinDeliver-driver-webapp-v2/index.php
variables:
- key: APP_ENV
value: local
# blackfire:
# - id: foo
# token: bar
# client-id: foo
# client-token: bar
# ports:
# - send: 93000
# to: 9300
# - send: 7777
# to: 777
# protocol: udp
I have run the following commands
-
homestead halt -
homestead destroy -
homeastead up
Do note that the path cloud.staging.pindeliver.app works like a charm.
Level 2
Please or to participate in this conversation.