I have made changes in file in localhost and pushed that to staging branch,then deployed to server. But it not reflecting in site and ftp files also. How can i solve this issue?
Yes , i have made that in deployment option with stage and production ftp details. That connections also working fine with filezilla tools. I have checked with commit status in bitbucket ,it shows as successfull. But the file changes not reflecting in site server yet. What needs to do for this issue?
If the commit was successful, then the files have been updated. Bitbucket does not actually hold the files itself, it reads them from a git repository. If the "changes are not reflecting", then you have committed files that were similar or identical to the old ones.