From c6450343d31303c2d23bba434077f58f32dbfe10 Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Thu, 20 Dec 2018 20:29:56 +0000 Subject: [PATCH] Update bitbucket pipeline --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d6f2e05..5e3d457 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -7,4 +7,4 @@ pipelines: 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" \ No newline at end of file + - 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