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?
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.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
You will need to set up your site and FTP server to pick up the changes you have pushed into the git repository behind Bitbucket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.