Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Automatic FTP deployment issue using git ftp (pipelines)

Yuriy Pasternak October 7, 2020

Hi there!

I have the following lines of code doing automatic deployment to my FTP server when whatever is pushed to the master branch:

branches: # Automated triggers on commits to branches
master: # -- When committing to master branch
- step:
deployment: production
caches:
- node
- composer
script:
- npm install
- git ftp push -u "$FTP_USERNAME" -p "$FTP_PASSWORD" ftp://$FTP_SERVER/public_html/

 

 Since yesterday, all pipelines are failing with the error: Capture.PNGNo code were modified in my bitbucket-pipelines.yml before this started to happen. 

 

Any suggestions would be much appreciated! 

 

Thank you

1 answer

0 votes
Halyna Berezovska
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 16, 2020

@Yuriy Pasternak looks like you have package dependency conflict. Check out your package.json for vue versions suitable for both packages, they require as parent dependency and resolve conflicts in package.json

Regards, Galyna

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events