garchive-wp-theme/bitbucket-pipelines.yml
2018-12-20 20:34:46 +00:00

12 lines
No EOL
346 B
YAML

image: samueldebruyn/debian-git
# Base directory is home/uihnkvpp/wp_graal/wp-content/themes/
pipelines:
branches:
deploy/prod:
- step:
script:
- apt-get update
- apt-get -qq install git-ftp
- git ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD "ftp://91.197.228.162/graal-archive"