Last active
January 5, 2017 02:48
-
-
Save postnidea/3a6330141a6561c83c2b1bf27308be83 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 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