My bitbucket pipelines failed when i try to deploy my dist folder to ftp server. first photo off error and second one is my yml file. can anybody help with this?
Hey @Said Kamolov
G'day, and welcome to the community.
Can you edit the local path and remove the asterisk "*" in the path to 'dist/' as an example below:
- pipe: atlassian/ftp-deploy:0.3.7 variables: USER: '$username' PASSWORD: '$password' SERVER: '$ip' REMOTE_PATH: '/var/www/html' LOCAL_PATH: 'dist/' DEBUG: 'true'
Also, enable the debug options to get a more verbose log that will help with your troubleshooting.
Cheers,
Syahrul
thank you, for reply. i did as you said
it shows that deployment was successful , but in my server nothing changed
could you please give explanation why this might be happening?
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.
Hey @Said Kamolov
Apologize for the delay.
I don't think it's an issue with the pipeline anymore. It looks like the files have been transferred successfully from the screenshot. This could be a cache or something else on your FTP server.
Try clearing the cache on your FTP server, and will see if that helps.
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.