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 and...
The deployment via FTP keeps breaking when uploading dist folder. Here' my bitbucket-pipelines.yml - step: name: 'Deployment to Production' size: 2x deployment: production ...
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:...
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 specific ...
I had a couple of pipelines set up and it was working perfectly for over a month now when all of a sudden for the last 3 days I've been unable to successfully do a deploy. Here is my deployment code:...
Copied to clipboard