Created
October 7, 2019 08:05
This is a pipeline that worked for me on bitbucket.For ftp i didnt add public folder to the host name it just worked still
This file contains hidden or 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: vesica/php73 | |
pipelines: | |
default: | |
- step: | |
deployment: production | |
caches: | |
- composer | |
script: | |
- apt-get update | |
- apt-get -qq install git-ftp | |
- git ftp init -u "$FTP_USER" -p "$FTP_PASSWORD" ftp://$FTP_HOST |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment