Deployed website not visible

After further scrutinizing your CLI output a bit, I see this:

wp_home: staging.ar-advies.nl
wp_siteurl: staging.ar-advies.nl/wp

Notice that the defaults include the http:// protocol, so try this instead:

wp_home: http://staging.ar-advies.nl
wp_siteurl: http://staging.ar-advies.nl/wp

Then (maybe destroy/rebuild droplet and) rerun server.yml and deploy.yml.

If the site still doesn’t load after that, you may want to compare your various customizations with the Trellis defaults, trying to catch customizations that might be problematic (like dropping the http:// protocol above).

If that still doesn’t work, my honest best recommendation is something I’ll quote from another thread: "…with all that you’ve learned…

1 Like