You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
I'm not sure, if I use the vagrant box in the right way.
I configured it to use a private network config.vm.network "private_network", ip: "172.30.1.5"
and added it to my /etc/hosts file 172.30.1.5 staging.example.com example
After that, I could deploy to the box.
How do you use it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not sure, if I use the vagrant box in the right way.
I configured it to use a private network
config.vm.network "private_network", ip: "172.30.1.5"
and added it to my /etc/hosts file
172.30.1.5 staging.example.com example
After that, I could deploy to the box.
How do you use it?
The text was updated successfully, but these errors were encountered: