Skip to content

Instantly share code, notes, and snippets.

@kinsleykajiva
Created October 7, 2019 08:05
Show Gist options
  • Save kinsleykajiva/7f98f3da5ca8c10317a857d62563dda2 to your computer and use it in GitHub Desktop.
Save kinsleykajiva/7f98f3da5ca8c10317a857d62563dda2 to your computer and use it in GitHub Desktop.
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
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