Skip to content

Instantly share code, notes, and snippets.

@Vijaysinh
Last active November 20, 2019 11:28
Show Gist options
  • Save Vijaysinh/1a8386facf7e689f8324e834c728b80f to your computer and use it in GitHub Desktop.
Save Vijaysinh/1a8386facf7e689f8324e834c728b80f to your computer and use it in GitHub Desktop.
bitbucket2remoteFTP deploy
image: samueldebruyn/debian-git
pipelines:
default:
- step:
script:
- apt-get update
- apt-get -qq install git-ftp
- git ftp init --user $SITE_FTP_USER --passwd $SITE_FTP_PASS ftp://xyzsite.com/publichtml/repo/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment