# Trellis: ./bin/deploy.sh Deploy Error

**URL:** https://discourse.roots.io/t/trellis-bin-deploy-sh-deploy-error/9213
**Category:** trellis
**Created:** 2017-03-27T16:38:27Z
**Posts:** 8
**Showing post:** 6 of 8

## Post 6 by @fullyint — 2017-03-28T22:28:30Z

Thanks for listing your steps! Sad it’s not working yet.

> [@solray](#):
>
> `Failed to validate the SSL certificate for api.ipify.org:443`

This is probably a temporary connectivity issue and will resolve itself (try again later; [example](https://discourse.roots.io/t/task-wp-cli-install-wp-cli-tab-completions/5708/7)).

That `Failed to validate the SSL certificate` is the error you list in step 3, then in step 4 you apply [roots/trellis#708](https://github.com/roots/trellis/pull/798), but note that these two are different issues. You shouldn’t need #708 unless your `ssh -V` shows an OpenSSH version less than `6.5` (maybe that _does_ apply to you).

I assume the error in step 5 is a repeat of the `Failed to validate the SSL certificate`. If this doesn’t resolve itself when you try again after an hour or two, you could cause the [offending task](https://github.com/roots/trellis/tree/32a078ab09ea1fbe25f4daf1319b2a234e233242/roles/common/tasks/main.yml#L90-L95) to skip by including this line in your `group_vars/all/main.yml` for the next day or two:

```
ssh_client_ip_lookup: false
```

You saw no red errors for the command with `--tags users` but note that this runs only one role (`users`) [among many](https://github.com/roots/trellis/blob/32a078ab09ea1fbe25f4daf1319b2a234e233242/server.yml#L26-L42), so most of the provisioning has not completed. So, it is not surprising that subdirectories seem missing from the server.

Try adding `ssh_client_ip_lookup: false` and run `ansible-playbook server.yml -e env=production` and see if it finishes. If you get new consistent errors that you cannot resolve by searching around a bit, post verbose output (`-vvv`) from this command:  
`ansible-playbook server.yml -e env=production -vvv`

---

_[View the full topic](https://discourse.roots.io/t/trellis-bin-deploy-sh-deploy-error/9213)._
