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...
...roduction trigger: 'manual' script: - apt-get update - apt-get -qq install git-ftp - git ftp init --auto-init --insecure --user $FTP_USER--passwd $FTP_PASS ftpes://ftp.domain.dev/public...
...aster: # -- When committing to master branch - step: deployment: production caches: - node - composer script: - npm install - git ftp push -u "$FTP_USERNAME" -p "$FTP_PASSWORD" ftp://$FTP_SERVER/public...
...020: Using ssh public key file /root/.ssh/config.pub Mon Sep 14 17:45:42 UTC 2020: Path is '/var/www/'. Mon Sep 14 17:45:42 UTC 2020: Syncroot is ''. Mon Sep 14 17:45:42 UTC 2020: The remote sha1 i...
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