...ist dist directory"; exit 1; } - echo "Deploying to Windows Server via FTPS..." - cd / - pipe: atlassian/ftp-deploy:0.7.1 variables: USER: '$FTP_USER' PASSWORD: '$FTP_PASSWORD' S...
When using / as REMOTE_PATH I am seeing this error: lftp -u user,pw -e 'set ssl:verify-certificate false; mirror --delete-first -vvv -R /opt/atlassian/pipelines/agent/build/dist/ /;quit' ser...
Hi, We are trying to do an FTP deployment of a repository to an App Service. The problem we have is that it indicates an error "Login failed: 530 User cannot log in." but with the same credentials w...
I am using ncftpput to copy some files from my build to an Azure website at a Bitbucket pipeline. But I am receiving the following error message: "Could not read reply from control connec...
Hello, I am having a happy and also a hard time using Pipelines for the first time. After finally understanding how it works I could deploy my files using ftp-deploy. Yey! But I could notice t...
...epends on the deployment that I have to do) In the case of the web it is via ftp to a specific route. Can you help me?
I am using pipe: atlassian/ftp-deploy:0.3.7 it requires PASSWORD: $FTP_PASSWORD can I use ssh instead of a password? and how?? thanks
Everything works fine, except for not copying some dist folders: wp-includes/css/dist/ wp-includes/js/dist/ I've seen that some people using git ftp are able to use a file called .git-ftp-i...
hi, i have a bitbucket repository of around 1.5 GB which should be transferred to my FTP server whenever there is a change in master branch. i have used the default pipe "FTP-deploy" provided by b...
Hi guys, I need a little assistance with my pipeline for deploy on ftp server. I tried this pipeline: image: wagnerstephan/bitbucket-git-ftp:latest pipelines: default: - step: script: - e...
WEBサイトの更新を自動化するパイプラインを使用します。 使用しているサーバーがFTPS接続(SFTP / SSH接続不可)のみとなっておりテンプレートのftp-deployhttps://bitbucket.org/atlassian/ftp-deploy/src/master/ を使用してpipe.shのlftpを変更しても下記のエラーがでてうまく接続できません。 m...
I'm using pipe: atlassian/ftp-deploy:0.3.7 as a manual pipeline step and i'd like the step to report failure when the pipe fails. In a previous step i have artifacts: - foo/bar_v*.exe and t...
i want when i did modification in my files with FileZilla then push it to my branch. we work right now with Git, everyone has a branch and each one has server FTP the changes are done just local a...
...rovide the build output for users on a different server. I want to upload the files via FTP. I am using the https://bitbucket.org/atlassian/ftp-deploy Tool. I think I have set up everything c...
When I use my bitbucket pipeline, it's always stucked at : + lftp -u '$FTP_LOGIN,$FTP_PASSWORD' -e 'set ftp:ssl-allow no; mirror --delete-first -vvv --exclude=.gitignore --exclude=README.md --e...
...ASSWORD: $FTP_PASSWORD SERVER: $FTP_HOST REMOTE_PATH: /public_html/personal DELETE_FLAG: 'false' # Don't delete existing files EXTRA_ARGS: "--exclude=.bitbucket/ --exclude=.git/ --exclude=bitbucket-p...
Hi, i've been trying to get a pipeline working which uses SSH keys and Git FTP. Past 2 days i've gotten the same error: SSH public key authentication failed: Unable to open public key file I've t...
I'm new to bitbucket pipelines. I'm utilizing this pipeline `atlassian/ftp-deploy:0.3.6` and i've able to get it to build, but it doesn't connect to my FTP succssfully. Here's what my `yml` l...
Hello, I am attempting to use ftp-deploy:0.3.6 to deploy only the new or modified files to production. However, ftp-deploy is deploying every file to production, regardless of file size d...
Hey! I try to upload files with pipe: atlassian/ftp-deploy:0.3.6 and i get the following error: mirror: Login failed: 550 SSL/TLS required on the control channel I appreciate any h...
please provide a sample command to copy only new or edited files
...iles inside of it. But my app was built in a way that it is very troublesome to run in inside a folder. Is there a way to force it to publish it to the root of the ftp account? This is the l...
Hi, I want to make a pipeline that first compiles the angular project and then sends that build to the web via FTP. I have modified the angular.json and the firebase.json with the folder where it i...
I'm using this in my pipeline: - pipe: atlassian/ftp-deploy:0.3.5 variables: USER: '$live_user' SERVER: '$live_server' REMOTE_PATH: '$dev_path' PASSWORD: '$l...
I am using ftp push via ftp-deploy: https://bitbucket.org/atlassian/ftp-deploy/src/master/ I have configured it so that everything get deployed from my webpack's dist(build) folder. I have o...
Copied to clipboard