Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket Deployments on my Server

apapazisis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 9, 2019

Hello,

I would like to deploy a master branch when I want under my server.

As an example I have the following configuration

image: php:7.2.14-fpm
pipelines:
default:
-
step:
script:
-
echo 'This runs by default for each branch'
branches:
master:
- step:
script:
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install
- vendor/bin/phpunit --testdox
- step:
name: Deploy to Staging
deployment: staging
script:
- xxxxxx

but I don't really understand how to deploy the project on my server.

 

The Deploy to Staging it creates a deployment in Bitbucket but how will '
git clone , composer install in my server from bitbucket?

1 answer

0 votes
davina
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 25, 2019

Hi @apapazisis 

Bitbucket Pipelines just defines the workflow for your deployment. How do you deploy the project on your server locally? For example, do you use FTP, SSH or some use some framework/tool?

You'll need to copy those commands into the script section you've labelled with 'xxxxxx'. You might also need to configure any login/connections depending on what you need.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events