# Templates in theme's root not visible on staging

**URL:** https://discourse.roots.io/t/templates-in-themes-root-not-visible-on-staging/23134
**Category:** sage
**Tags:** trellis, bedrock, sage10
**Created:** 2022-05-14T11:41:10Z
**Posts:** 3

## Post 1 by @Citvej — 2022-05-14T11:41:10Z

Since yesterday, I can’t seem to see and changes I pushed and deployed to staging/production.  
Deployed files contain php templates as well as css, none of which is bein applied.

When I run ansible-playbook with **-v** , I get no userful info.

Are there any other deploy logs that I can check or some output that I should be looking extra carefully at.

---

## Post 2 by @Twansparant — 2022-05-14T12:27:51Z

The deploy itself runs without errors? Did you switch branches by any chance?

---

## Post 3 by @Citvej — 2022-05-14T13:20:50Z

Hm, my bad. Seems that the changes are being deployed.  
This turns out to be a different kind of error.

I’m using [this plugin](https://docs.yithemes.com/yith-woocommerce-wishlist/codex/how-to-overwrite-template/), which requires templates to be overriden in the **theme’s root** as plain php files (not blade).

In development, I can see the changes, however on staging, they don’t seem to be work.

I also tried increasing file permissions, copying them to /resources/ and /resources/views.
