I'm kinda new to the all Umbraco Cloud thing and I'm facing an issue. I've cloned the repo from the Live environment (the only one that I have) and made some changes locally. Then I pushed the changes to the origin repo.
I was surprised to see that all my changes went into the repository folder and the wwwroot one is out of sync with the repo one.
Am I missing something? How do I push the changes directly from local to live?
Umbraco Cloud Repo out of sync with wwwroot
Hello all,
I'm kinda new to the all Umbraco Cloud thing and I'm facing an issue. I've cloned the repo from the Live environment (the only one that I have) and made some changes locally. Then I pushed the changes to the origin repo.
I was surprised to see that all my changes went into the repository folder and the wwwroot one is out of sync with the repo one.
Am I missing something? How do I push the changes directly from local to live?
Regards, Victor
The problem seemed to be the resource files that were nested in so many folders that the path was too long for git to process.
I fixed this by moving the files to a more appropriate path.
is working on a reply...