Home > Article > Development Tools > How to solve the problem that the website is not updated after it is deployed on gitee
Deploying a website on gitee is a very convenient thing. There is no need to purchase a domain name and space, and code management and updates can also be easily performed. However, sometimes we encounter a problem, that is, the website is not updated after deployment. Even if the code has been modified, the website has not changed. This is a very difficult question and requires careful analysis.
First of all, we need to figure out why the website is not updated. Generally, there are several possibilities:
Next, we need to check these possibilities one by one.
sudo service nginx restart
https://www.a2hosting.com/kb/getting-started-guide/internet-and-networking/clearing-dns-cache
To summarize, if the website cannot be updated after deploying it on gitee, we need to first determine the cause of the problem and then troubleshoot and solve it one by one. Although this problem is very troublesome, as long as we look for the problem patiently, I believe it can be solved.
The above is the detailed content of How to solve the problem that the website is not updated after it is deployed on gitee. For more information, please follow other related articles on the PHP Chinese website!