Successful deployment - but cannot see changes on my site #2872
Answered
by
sutcliffe121
sutcliffe121
asked this question in
Help needed
My deployment was successful, yet when I go to my site, I cannot see the changes I committed. I suspect the issue might be something to do with symlinks or the fpm reload but I am not sure what steps to take. I am using digital ocean droplet with a nginx larasail build. Any suggestions? I have read (https://deployer.org/docs/7.x/avoid-php-fpm-reloading). When I add 'echo $_SERVER['SCRIPT_FILENAME'];' to a page, it does not include 'current'. |
Answered by
sutcliffe121
Jan 2, 2022
Replies: 1 comment 1 reply
|
Found the problem, silly mistake. I hadn't set the nginx root to look at the 'current' folder. Doh! All sorted now. |
1 reply
Answer selected by
sutcliffe121
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the problem, silly mistake.
I hadn't set the nginx root to look at the 'current' folder. Doh!
All sorted now.