For the last year i have been using the ftp-deploy:0.7.1 pipe in bitbucket without issue. In an effort to better manage my server, i have recently created new SFTP users, so i updated my pipe to sftp...
Hello all, in case that the same file already exists on the destination system is overrides it. Is there a way to avoid overriding or better to automatically rename the file. The existing file on the...
I've been deploying through pipelines for a couple years with no issues. All of a sudden - none of my repos deploy. This is the error I'm getting: curl: (60) SSL peer certificate or SSH rem...
I'm using "SFTP Deploy", if I change only one file, I prefer the pipeline just load the files with new changes since the last upload. That's possible? Thanks! Regards.
Like I said in the header, I'm a newbie to BitBucket pipelines. I need to write a pipeline that will zip up my current repo, then take that zip file and send it via sftp to our doc host. Does a...
...nclude to include those folders. Is there a similar one when using sftp-deploy? Thanks!
I have a pipe line with 2 steps , i have create ssh and added public key to my server - step: name: deployment runs-on: - 'self.hosted' script: - pipe: atlassian/ssh-run:0...
Hi, With a sftp script like the following one, I get a deployment faillure/ - pipe: atlassian/sftp-deploy:0.5.8 variables: DEBUG: 'true' USER: 'w...
When you delete files from your git-based bitbucket repo, does the SFTP pipeline delete files? I removed a few files, did PR, and then pipeline deployed. Files are still there. D...
sftp-deploy:0.5.7 Hello Comunity, I am trying to deploy to on-premise via Runner using the sftp-deploy. In the figure 1 you can find the deployment yaml. The figure 2 shows the d...
Hello, Im new to pipelines and i'm using SFTP deploy via a pipeline in BitBucket. I noticed that when I deploy, all files get pushed to the server, even if they have not been changed. I...
Hi there! I've set up a deployment in a pipeline for sFTP. When I add port 2222 behind the server address it keeps connecting to port 22. Any idea how I can change this? b...
I have configured the pipeline as below. - pipe: atlassian/sftp-deploy:0.5.7 variables: USER: 'oracle' SERVER: '120.139.9.213' REMOTE_PATH: "/home/oracle/testDeploy" LOCAL_PATH: '$B...
Hello there community! I am not able to get hidden files/dotfiles, or more specifically the .htaccess file, transferred over SFTP with the sftp-deploy:0.5.7 pipe. My current script is t...
I was trying use git-ftp for deplyment via SFTP. 1) default git-ftp does not support sftp, so I use some updated image with madshansen/docker-git-ftp:latest with libssh2 and some s...
...to this server using "sftp -P 2222 username@hostname"). The public key on the server is created with the appropriate username@hostname as comment (ssh-keygen -C username@hostname). This is c...
Using the `sftp-deploy` pipe from Atlassian I get my secured password "repository variable" printed out in my pipeline log. I thought those were meant to be hidden from the log? Below is a copy of a...
...rod - pipe: atlassian/sftp-deploy:0.5.4 variables: USER: $USER SERVER: $SERVER REMOTE_PATH: '/var/www/html/' LOCAL_PATH: 'dist/*' EXTRA_ARGS: 'r...
When using pipe: atlassian/sftp-deploy:0.5.2, how when I delete a file/folder from my repo can I automatically delete the same file/folder on my webserver. bitbucket-pipelines.yml p...
I am trying to setup a pipeline to my SFTP to deploy my react project. However I get the following error: Couldn't canonicalize: No such file or directory Unable to canonicalize path "/static" &n...
This doesn't work EXTRA_ARGS: '--exclude=node_modules/*' sftp: unrecognized option: - What is the correct way to exclude a folder from the atlassian/sftp-deploy:0.5.0 pipe?
...arameters)? script: - pipe: atlassian/sftp-deploy:0.4.1 variables: SSH_KEY: $MY_SSH_KEY_B64 //<- How do I decode it before passing it?? ...
I have the SFTP deploy pipe set up and working, as a step after my build. It takes five and a half minutes to for the deploy step to complete. This is due to every file in the build artifact b...
Hi guys, Recently started working with CI and I really like it so far. Need time to get used to it. I have managed to make a connection to my web server using SFTP, created the public &a...
I'm trying to copy files using sftp pipeline and in the console, it's showing as a success but when I check my remote server the files are still not there I'm using this configuration ``` - s...
Copied to clipboard
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.