Last active
January 5, 2017 02:47
-
-
Save postnidea/d8bffafc51f43cd970ad9839c18a74db to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 init --user $FTP_USERNAME --passwd $FTP_PASSWORD ftp://xxxxxxx/xxxxx--ftp-path -- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment