From 321ca92340827bccea840795d16a7571651d3b57 Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Thu, 20 Dec 2018 20:33:14 +0000 Subject: [PATCH] Update bitbucket pipeline --- bitbucket-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 5e3d457..e5c16f5 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,5 +1,7 @@ image: samueldebruyn/debian-git +# Base directory is home/uihnkvpp/wp_graal/wp-content/themes/ + pipelines: branches: deploy/prod: @@ -7,4 +9,4 @@ pipelines: script: - apt-get update - apt-get -qq install git-ftp - - git ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD "ftp://91.197.228.162/home/uihnkvpp/wp_graal/wp-content/themes/graal-archive" \ No newline at end of file + - git ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD "ftp://91.197.228.162/graal-archive" \ No newline at end of file