Update bitbucket pipeline
This commit is contained in:
parent
c6450343d3
commit
321ca92340
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
image: samueldebruyn/debian-git
|
image: samueldebruyn/debian-git
|
||||||
|
|
||||||
|
# Base directory is home/uihnkvpp/wp_graal/wp-content/themes/
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
branches:
|
branches:
|
||||||
deploy/prod:
|
deploy/prod:
|
||||||
|
@ -7,4 +9,4 @@ pipelines:
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -qq install git-ftp
|
- 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"
|
- git ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD "ftp://91.197.228.162/graal-archive"
|
Loading…
Add table
Reference in a new issue