Add bitbucket pipeline

This commit is contained in:
Aaron Yarborough 2018-12-20 20:09:00 +00:00
parent 8c02747ab4
commit 0f02fb5f1d
2 changed files with 12 additions and 0 deletions

2
.git-ftp-ignore Normal file
View file

@ -0,0 +1,2 @@
bitbucket-pipelines.yml
README.md

10
bitbucket-pipelines.yml Normal file
View file

@ -0,0 +1,10 @@
image: samueldebruyn/debian-git
pipelines:
branches:
deploy/prod:
- step:
script:
- apt-get update
- apt-get -qq install git-ftp
- git ftp init --user $FTP_USERNAME --passwd $FTP_PASSWORD "ftp://91.197.228.162/home/uihnkvpp/wp_graal/wp-content/themes/graal-archive"