Last active
November 20, 2019 11:28
-
-
Save Vijaysinh/1a8386facf7e689f8324e834c728b80f to your computer and use it in GitHub Desktop.
bitbucket2remoteFTP deploy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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