Skip to content

Instantly share code, notes, and snippets.

@postnidea
Last active January 5, 2017 02:48
Show Gist options
  • Save postnidea/3a6330141a6561c83c2b1bf27308be83 to your computer and use it in GitHub Desktop.
Save postnidea/3a6330141a6561c83c2b1bf27308be83 to your computer and use it in GitHub Desktop.
# This is a sample build configuration for PHP.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
#image: samueldebruyn/debian-git
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- apt-get update
- apt-get -qq install git-ftp
- git ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD ftp://xxxxxxx/xxxxx--ftp-pat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment