Add bitbucket pipeline
This commit is contained in:
parent
8c02747ab4
commit
0f02fb5f1d
2 changed files with 12 additions and 0 deletions
2
.git-ftp-ignore
Normal file
2
.git-ftp-ignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
bitbucket-pipelines.yml
|
||||||
|
README.md
|
10
bitbucket-pipelines.yml
Normal file
10
bitbucket-pipelines.yml
Normal 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"
|
Loading…
Add table
Reference in a new issue