You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I'm trying to use an sftp pipe to deploy my code to a remote server. My yaml file is not giving me any errors and the build works all the way until the end and even says it was successful but there is an error in the debug logs stating that the remote directory doesn't exist, but it definitely exists and none of the files get sftp'd to the remote directory.
yaml file snip:
pull-requests:
feature/*:
- step:
name: "Deploy to Development"
deployment: dev
script:
- pipe: atlassian/sftp-deploy:0.5.7
variables:
USER: $SFTP-USER
PASSWORD: $SFTP-PASSWORD
SERVER: $SFTP-SERVER
REMOTE_PATH: "/jackson/erp/"
LOCAL_PATH: "build"
DEBUG: "true"
Build debug details:
Logging into the remote server and displaying the directory existing:
It looks like it wasn't the remote directory at all, it was the local one. For some reason all the examples say to just use "build" as your local directory but apparently that doesn't exist by default. I had to change it to use "." and now it's "working" ... it's moving files so slowly it will not be a viable solution if I can't figure out how to speed it up, but that's a different post I guess :)
Hi everyone, We are looking to learn more about development teams’ workflows and pain points, especially around DevOps, integrations, administration, scale, security, and the related challeng...
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.