10
Codazed
6y

I (tried to) use GitHub to version control one of my websites, and doing a pull on the web server broke the entire thing.

Comments
  • 0
    Did you test somewhere else before pulling? :P
  • 2
    @endor I was testing with my local dev environment. What was happening was something was caching files on the web server, and I could not for the life of me figure out what was caching the files. I tried clearing the PHP artisan cache...no. I tried clearing the Nginx cache...nope. I even tried clearing my browser cache and testing it on a different browser with no luck. I just stopped trying, deleted all the website files, and manually placed the files from GitHub in there and it finally worked.
  • 0
    Heh, cache is a bitch!
  • 3
    @endor FFS, cache can go die to the hands of paper cuts, for all I care.
Add Comment