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

Why is my sftp pipeline deployment not working?

Jackson Zettler April 7, 2021

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:

Screenshot 2021-04-08 111746.png

Logging into the remote server and displaying the directory existing:

image.png

1 answer

1 accepted

0 votes
Answer accepted
Jackson Zettler April 8, 2021

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 :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events