Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Last active May 20, 2017 20:45
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davidperezgar/014a7a84f4cb9d649b2f5e971137bb84 to your computer and use it in GitHub Desktop.
Save davidperezgar/014a7a84f4cb9d649b2f5e971137bb84 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