Skip to content

Instantly share code, notes, and snippets.

@mushikago
Created June 11, 2018 00:55
Show Gist options
  • Save mushikago/512999021d4123d4f8346da3913e45ad to your computer and use it in GitHub Desktop.
Save mushikago/512999021d4123d4f8346da3913e45ad to your computer and use it in GitHub Desktop.
image: samueldebruyn/debian-git
pipelines:
branches:
master:
- step:
script:
- echo "Pipeline Init"
- apt-get update
- apt-get -qq install git-ftp
- echo "Initiating Push"
- git ftp init --user $FTP_USERNAME --passwd $FTP_PASSWORD ftp-mushikago.heteml.net/web/path/hoge
- echo "Done Pushing"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment