You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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: No code were modified in my bitbucket-pipelines.yml before this started to happen.
Any suggestions would be much appreciated!
Thank you
@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
...hey are a part of us, shaping how we interact with the world around us. The same holds true for programming languages when we think about how different kinds of vulnerabilities raise their heads in t...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.