Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njugunagathere/b259cebe56cf7ed8e0ea82a72e6bb795 to your computer and use it in GitHub Desktop.
Save njugunagathere/b259cebe56cf7ed8e0ea82a72e6bb795 to your computer and use it in GitHub Desktop.
Bitbucket Pipelines YML to FTP
image: savjee/docker-s3website-git-ftp-deploy
pipelines:
default:
- step:
script:
- git ftp init --user $FTP_USERNAME --passwd $FTP_PASSWORD ftp://s1.closemarketing.net/domains/domain.com/public_html/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment